Skip to content

Commit

Permalink
Thread logging
Browse files Browse the repository at this point in the history
  • Loading branch information
faderskd committed Nov 21, 2024
1 parent 398c864 commit 46e7cfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<Pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger{36} - %msg%n</Pattern>
<Pattern>[%thread] - %d{yyyy-MM-dd HH:mm:ss.SSS} %-5level %logger{36} - %msg%n</Pattern>
</encoder>
</appender>

Expand Down

0 comments on commit 46e7cfa

Please sign in to comment.