We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a510247 commit d90bc53Copy full SHA for d90bc53
src/main/resources/logback.xml
@@ -7,11 +7,11 @@
7
8
<appender name="Console"
9
class="ch.qos.logback.core.ConsoleAppender">
10
- <layout class="ch.qos.logback.classic.PatternLayout">
11
- <Pattern>
+ <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
+ <pattern>
12
%black(%d{ISO8601}) %highlight(%-5level) [%blue(%t)] %yellow(%C{1}): %msg%n%throwable
13
- </Pattern>
14
- </layout>
+ </pattern>
+ </encoder>
15
</appender>
16
17
<!--
0 commit comments