Commit 014e11a8 by Johannes Stelzer

Set lower loggerlevel for test, so that travis build won't fail

parent 45d44aa8
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <configuration>
<include resource="org/springframework/boot/logging/logback/base.xml"/> <include resource="org/springframework/boot/logging/logback/base.xml"/>
<jmxConfigurator/>
<logger name="de.codecentric" level="DEBUG" /> <logger name="de.codecentric" level="DEBUG" />
<logger name="org.springframework.data" level="INFO" /> <root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
</configuration> </configuration>
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
</configuration>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment