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