Skip to content

Commit 3a05822

Browse files
committed
silence logback status listener
1 parent 6a5f555 commit 3a05822

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

resources/logback.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<!-- Use line=true here if you want to see the line of code that generated this log -->
33
<configuration>
44
<!-- Use shutdownHook so that we can close gracefully and finish the log drain -->
5-
<shutdownHook class="ch.qos.logback.core.hook.DelayingShutdownHook"/>
5+
<shutdownHook class="ch.qos.logback.core.hook.DefaultShutdownHook"/>
6+
7+
<!-- Stop output INFO at start -->
8+
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
69

710
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
811
<!-- encoders are assigned the type

0 commit comments

Comments
 (0)