Commit 4b75d328 authored by 王亮's avatar 王亮

fix some issues.

parent 26188e5b
......@@ -19,7 +19,7 @@
<encoder>
<charset>utf-8</charset>
<!-- <Pattern>[%d{yyyy-MM-dd HH:mm:ss.SSS}][%p][%X{sessionId}][%X{traceId}][${spring.profiles.active}][%X{userId}][%t|%logger{1.}|%M|%X{ctime}] - %msg %ex{full}%n</Pattern>-->
<pattern>[%d{yyyy-MM-dd HH:mm:ss.SSS},%X{X-B3-TraceId}, %X{X-B3-SpanId}][%p][%t|%logger{1.}|%M] - %msg %ex{full}%n</pattern>
<pattern>[%d{yyyy-MM-dd HH:mm:ss.SSS},%X{X-B3-TraceId},[%file:%line], %X{X-B3-SpanId}][%p][%t|%logger{1.}|%M] - %msg %ex{full}%n</pattern>
</encoder>
</appender>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment