Fix typo in logback example

See gh-18295
This commit is contained in:
Harald Brabenetz 2019-09-20 23:17:33 +02:00 committed by Madhura Bhave
parent f9d94c6ed0
commit 0091c04720
1 changed files with 1 additions and 1 deletions

View File

@ -1308,7 +1308,7 @@ A typical custom `logback.xml` file would look something like this:
----
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<include resource="org/springframework/boot/logging/logback/default.xml"/>
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
<root level="INFO">
<appender-ref ref="CONSOLE" />