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 2a1749b commit 3d7b9d7Copy full SHA for 3d7b9d7
src/test/resources/logback.xml
@@ -4,7 +4,7 @@
4
<!-- encoders are assigned the type
5
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
6
<encoder>
7
- <pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
+ <pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
8
</encoder>
9
</appender>
10
0 commit comments