Skip to content

Commit 2f8571e

Browse files
authored
Disable useless log messages about the logger library (#260)
1 parent 8abf51a commit 2f8571e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/logback.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
<configuration>
2+
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
3+
24
<conversionRule conversionWord="instanceNumber"
35
converterClass="org.dpsoftware.config.InstanceConverter" />
46

0 commit comments

Comments
 (0)