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 1b4ce47 commit b015fd7Copy full SHA for b015fd7
conf/logback.xml
@@ -3,11 +3,11 @@
3
<!-- encoders are assigned the type
4
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
5
<encoder>
6
- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
+ <pattern>%d{HH:mm:ss.SSS} [thread=%thread] level=%-5level class=%logger{36} - %msg%n</pattern>
7
</encoder>
8
</appender>
9
10
<root level="INFO">
11
<appender-ref ref="STDOUT" />
12
</root>
13
-</configuration>
+</configuration>
0 commit comments