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 752a118 commit fa29081Copy full SHA for fa29081
src/main/resources/logback.xml
@@ -0,0 +1,11 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<configuration>
3
+ <appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
4
+ <layout class="ch.qos.logback.classic.PatternLayout">
5
+ <Pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</Pattern>
6
+ </layout>
7
+ </appender>
8
+ <root level="error">
9
+ <appender-ref ref="STDOUT"/>
10
+ </root>
11
+</configuration>
0 commit comments