Files
spring-boot/spring-boot-samples/spring-boot-sample-actuator/src/main/resources/logback.xml
2015-01-20 11:44:23 +00:00

8 lines
209 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/base.xml" />
<root level="INFO">
<appender-ref ref="CONSOLE" />
</root>
</configuration>