Skip to content
This repository was archived by the owner on Jun 29, 2018. It is now read-only.

Commit 014e11a

Browse files
Johannes StelzerJohannes Stelzer
authored andcommitted
Set lower loggerlevel for test, so that travis build won't fail
1 parent 45d44aa commit 014e11a

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<configuration>
3-
43
<include resource="org/springframework/boot/logging/logback/base.xml"/>
5-
6-
<jmxConfigurator/>
74
<logger name="de.codecentric" level="DEBUG" />
8-
<logger name="org.springframework.data" level="INFO" />
9-
10-
</configuration>
5+
<root level="INFO">
6+
<appender-ref ref="CONSOLE" />
7+
</root>
8+
</configuration>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<configuration>
3+
<root level="INFO">
4+
<appender-ref ref="CONSOLE" />
5+
</root>
6+
</configuration>

0 commit comments

Comments
 (0)