Polish test logging

This commit is contained in:
Stephane Nicoll
2018-03-08 11:55:11 +01:00
parent 827bbd2fbc
commit c6951c45fb
3 changed files with 21 additions and 0 deletions

View File

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

View File

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

View File

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