Log4J;如何使用 ConversionPattern 确保时间戳始终为 GMT?
如何确保 log4j 使用的所有时间戳均为 GMT?
我已尝试以下操作,但它在时间戳内打印“GMT”
log4j.appender.ConversionPattern=%d{HH\:mm\:ss,SSS}{GMT} %-4r %-5p [%t] %3x - %m%n
How can I ensure that all timestamps that my log4j is using, are in GMT?
I have tried the following but it prints "GMT" inside the timestamp
log4j.appender.ConversionPattern=%d{HH\:mm\:ss,SSS}{GMT} %-4r %-5p [%t] %3x - %m%n
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有 log4j-1.2.16 并且以下几行工作正常:
如果它不起作用,那么您必须下载额外内容(companios 部分)。
这个包包含EnhancedPatternLayout:
下载 apache-log4j-extras
I have log4j-1.2.16 and the following lines work properly:
If it doesn't work, then you have to download extras (companios section).
This package contains EnhancedPatternLayout:
Download apache-log4j-extras