Tune spring-boot-actuator logging config

Closes gh-3060
This commit is contained in:
Stephane Nicoll 2015-06-08 15:43:30 +02:00
parent 7fc9c2afdf
commit 5a57913732

View File

@ -0,0 +1,7 @@
<?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>