关于我的“依赖报告”,我使用log4j 1.2.16。
我的转换模式为'%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c: %m%n %throwable{short}'
但无法识别%throwable
,而是包含
'...hrowable{short}...'
有什么想法吗?
答案 0 :(得分:3)
我认为这是在一个appender?您是using EnhancedPatternLayout
(我认为您需要%throwable{n}
)
console name: 'stdout', layout: new EnhancedPatternLayout(conversionPattern: "%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p %c: %m%n %throwable{short}")