Skip to content

Commit

Permalink
fix logback formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Lesrac committed Jun 26, 2024
1 parent ce4e13c commit 0a3dd00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/resources/logback-spring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@
</rollingPolicy>

<encoder>
<pattern>%d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC} | ${%level:-%5p} | ${PID:- } | %X{traceId:-None} | [%15.15t] | %-40.40logger{39} |
%m%n${LOG_EXCEPTION_CONVERSION_WORD:-%ex}
</pattern>
<pattern>%d{"yyyy-MM-dd'T'HH:mm:ss.SSSXXX", UTC} | ${%level:-%5p} | ${PID:- } | %X{traceId:-None} | [%15.15t] | %-40.40logger{39} | %m%n${LOG_EXCEPTION_CONVERSION_WORD:-%ex}</pattern>
</encoder>
</appender>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
Expand Down

0 comments on commit 0a3dd00

Please sign in to comment.