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 6a5f555 commit 3a05822Copy full SHA for 3a05822
resources/logback.xml
@@ -2,7 +2,10 @@
2
<!-- Use line=true here if you want to see the line of code that generated this log -->
3
<configuration>
4
<!-- Use shutdownHook so that we can close gracefully and finish the log drain -->
5
- <shutdownHook class="ch.qos.logback.core.hook.DelayingShutdownHook"/>
+ <shutdownHook class="ch.qos.logback.core.hook.DefaultShutdownHook"/>
6
+
7
+ <!-- Stop output INFO at start -->
8
+ <statusListener class="ch.qos.logback.core.status.NopStatusListener" />
9
10
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
11
<!-- encoders are assigned the type
0 commit comments