Skip to content

Commit 0645b94

Browse files
committed
Simplify logback pattern to get rid of number formatting exception
1 parent 7e154ba commit 0645b94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/resources/logback.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class="ch.qos.logback.core.ConsoleAppender">
55
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
66
<pattern>
7-
%black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C{1.}): %msg%n%throwable
7+
%d %-5level [%thread] %logger{0}: %msg%n
88
</pattern>
99
</encoder>
1010
</appender>

0 commit comments

Comments
 (0)