Skip to content

Commit 6166910

Browse files
committed
Update rolling file logger format
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 7bf703d commit 6166910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<totalSizeCap>200MB</totalSizeCap>
4444
</rollingPolicy>
4545
<encoder>
46-
<pattern>%d{MMM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n >> wt=%X{requestId}%n</pattern>
46+
<pattern>%d{MMM-dd HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n</pattern>
4747
</encoder>
4848
</appender>
4949

0 commit comments

Comments
 (0)