Files
spring-boot/spring-boot-actuator/src/test/resources/logback.xml
2015-10-01 13:45:59 +01:00

8 lines
275 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>
<!-- logger name="org.springframework.security" level="DEBUG"/-->
</configuration>