Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想每小时生成一个日志文件,但它的名称应该附加日期和时间,最多几秒。
例如日志名称:
测试日志.log_13.07.11_12.33.40.log
我在 appender 中包含了以下代码:
param name="DatePattern" value="' ' yy.MM.dd''HH.mm.ss'.log'"/
但这会每秒生成一个日志文件。
反正有每小时生成日志吗?