解决异常堆栈信息的换行符替换
This commit is contained in:
parent
c903e40eb2
commit
d545b24fcd
|
|
@ -5,7 +5,7 @@ public abstract class SpanData {
|
|||
protected static final String SPAN_FIELD_SPILT_PATTERN = "^~";
|
||||
protected static final String BUSINESSKEY_SPILT_PATTERN = "~^";
|
||||
protected static final String SPILT_REGEX = "\\^\\~";
|
||||
protected static final String NEW_LINE_CHARACTER_PATTERN = "\\n";
|
||||
protected static final String NEW_LINE_CHARACTER_PATTERN = "[\\n\\r]";
|
||||
protected static final String EXCEPTION_SPILT_PATTERN = "^";
|
||||
|
||||
protected String traceId;
|
||||
|
|
|
|||
Loading…
Reference in New Issue