Remove duplicate console appender from Actuator sample's logback config
Closes gh-2381
This commit is contained in:
parent
a1fbd1eeb5
commit
247c596f8c
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<include resource="org/springframework/boot/logging/logback/base.xml" />
|
||||
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
|
||||
<root level="INFO">
|
||||
<appender-ref ref="CONSOLE" />
|
||||
</root>
|
||||
|
|
Loading…
Reference in New Issue