Skip to content

Commit

Permalink
Test MDC in main
Browse files Browse the repository at this point in the history
#186172775

Co-authored-by: Alex Gonzalez <[email protected]>
  • Loading branch information
enyia21 and spokenbird committed Oct 12, 2023
1 parent d88e02f commit 8ebfca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<configuration>
<appender name="LocalConsole" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%boldCyan(%d{HH:mm:ss.SSS}) [%thread] %highlight(%-5level) %boldMagenta(%logger{36}) - %msg%n</pattern>
<pattern>%boldCyan(%d{HH:mm:ss.SSS}) [%thread] %highlight(%-5level) %boldMagenta(%logger{36}) %green(%X{sessionId}) %green(%X{submissionId}) %green(%X{xForwardedFor}) %green(%X{method}) %green(%X{request}) - %msg%n</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 8ebfca7

Please sign in to comment.