Harmonize logging test configuration

This commit is contained in:
Stephane Nicoll
2019-08-18 14:35:51 +02:00
parent cd59699644
commit 976f290144
10 changed files with 80 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
<include resource="org/springframework/boot/logging/logback/base.xml" />
<root level="warn">
<appender-ref ref="CONSOLE" />
</root>
</configuration>