Log4j:即使文件没有更改,也会轮换日志文件
我尝试使用 DailyRollingFileAppender 每天轮换日志文件,但我有一个问题:日志文件不会每天更新,因此当其中没有新内容时它不会轮换。
log4j.properties 中有没有一种方法可以设置它,以便 log4j 每天轮换日志文件,即使文件没有更改?
i am trying to rotate the log file everyday by using the DailyRollingFileAppender, but i have a problem: the log files are not updated everyday, so it doesn't get rotate when there is no new stuff in it.
is there a way in the log4j.properties that i can set it so that log4j rotate the log file everyday even if the file has no changes?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果没有发生日志记录,Log4j
DailyRollingFileAppender
将不会输出空文件。来自 实施:Log4j
DailyRollingFileAppender
will not output an empty file if no logging has occurred. From the implementation: