We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efc4b95 commit c570766Copy full SHA for c570766
conf/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{HH:mm:ss.SSS} [thread=%thread] level=%-5level class=%logger{36} - %msg %ex%n</pattern>
+ <pattern>%d{HH:mm:ss.SSS} thread=%thread level=%-5level class=%logger{36} - %msg %ex%n</pattern>
7
</encoder>
8
</appender>
9
0 commit comments