Skip to content

Commit 7913b23

Browse files
author
Mark
committed
logback
1 parent 78e0776 commit 7913b23

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<configuration>
2-
3-
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
4-
<!-- encoders are assigned the type
5-
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
6-
<encoder>
7-
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
8-
</encoder>
9-
</appender>
10-
11-
<root level="debug">
12-
<appender-ref ref="STDOUT" />
13-
</root>
14-
</configuration>
1+
<configuration>
2+
3+
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
4+
<!-- encoders are assigned the type
5+
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
6+
<encoder>
7+
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
8+
</encoder>
9+
</appender>
10+
11+
<root level="info">
12+
<appender-ref ref="STDOUT" />
13+
</root>
14+
</configuration>

0 commit comments

Comments
 (0)