提交 3c92217b 编写于 作者: wu-sheng's avatar wu-sheng

use ‘%T’ instead of ‘%x’, to avoid log4j NDC failure....

use ‘%T’ instead of ‘%x’, to avoid log4j NDC failure. https://github.com/wu-sheng/sky-walking/issues/77
上级 e801e45b
......@@ -13,7 +13,7 @@ public class TraceIdPatternParser extends PatternParser {
@Override
protected void finalizeConverter(char c) {
if ('x' == c) {
if ('T' == c) {
addConverter(new TraceIdPatternConverter());
} else {
super.finalizeConverter(c);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册