Skip to content

Commit

Permalink
[log] minor log fmt update
Browse files Browse the repository at this point in the history
  • Loading branch information
EskoDijk committed Sep 2, 2024
1 parent 4622601 commit 057935c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/logback.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%date %-5level %-38(%logger{36}) -- %-64(%msg) [%thread]%n</pattern>
<pattern>%date %-5level %-38(%logger{36}) -- %-96(%msg) [%thread]%n</pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 057935c

Please sign in to comment.