Add logback sample application
Add a logback sample application to demonstrate how `logback-spring.xml` can be used for customization. See gh-2558
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<include resource="org/springframework/boot/logging/logback/base.xml"/>
|
||||
<logger name="sample.logback" level="DEBUG"/>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user