速度日志文件未写入/滚动
我的问题看起来很奇怪。首先我将解释我的设置。我正在使用带有 Apache 和 Resin 服务的 CentOS。问题是我的应用程序日志似乎使用 log4j 配置得很好,但速度日志不起作用(记录器名称 = org.apache.velocity)。
我的本地环境具有上述指定的设置,效果很好(包括速度日志)。
但是,在配置了相同环境的我的开发环境中,只有速度日志无法滚动或写入任何数据。
我对开发环境的访问非常有限,无法在类似的本地环境中模拟此问题。因此无法找到根本原因或解决方案。
对此的任何帮助/建议将不胜感激..
提前致谢!
My issue seems peculiar. First i'll explain my setup. I'm using CentOS with Apache and Resin service. Thing is my application log seems to work perfectly fine configured with log4j but velocity log is not working (logger name = org.apache.velocity).
My local environment with the above specified settings works great (incuding the velocity log).
However in my dev environment configured with the same environment only the velocity log fails to roll or write any data.
I have very limited access to the dev environment and am unable to simulate this issue in the similar local env. hence unable to find the root cause or a solution to this.
Any help/suggestions on this would be greatly appreciated..
Thanks in advance!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是开发端 jar 文件损坏的问题...现已修复...希望这对任何有类似命运的人有帮助...
It was an issue with a corrupted jar file on the dev end...fixed now... hope this serves some help to any person with similar fate...