We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8557de commit 397109eCopy full SHA for 397109e
1 file changed
src/main/resources/logback.xml
@@ -3,7 +3,7 @@
3
<!-- encoders are assigned the type
4
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
5
<encoder>
6
- <pattern>%d %-5level %logger{36} - %msg%n</pattern>
+ <pattern>%d [%thread] %-5level %logger{36} - %msg%n</pattern>
7
</encoder>
8
</appender>
9
<appender name="ROLLING" class="ch.qos.logback.core.rolling.RollingFileAppender">
@@ -18,7 +18,7 @@
18
<maxHistory>30</maxHistory>
19
</rollingPolicy>
20
21
22
23
24
0 commit comments