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.
2 parents b5d642d + c570766 commit 09ce964Copy full SHA for 09ce964
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 %ex%n</pattern>
7
</encoder>
8
</appender>
9
10
<root level="INFO">
11
<appender-ref ref="STDOUT" />
12
</root>
13
-</configuration>
+</configuration>
0 commit comments