logback-test.xml 256 Bytes
Newer Older
Thomas Bosch committed
1 2 3 4
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
	<include resource="org/springframework/boot/logging/logback/base.xml"/>
	<logger name="de.codecentric" level="DEBUG" />
5 6 7 8
	<root level="INFO">
		<appender-ref ref="CONSOLE" />
	</root>
</configuration>