Fix typo in logback example

See gh-18295
pull/18464/head
Harald Brabenetz 5 years ago committed by Madhura Bhave
parent f9d94c6ed0
commit 0091c04720

@ -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" />

Loading…
Cancel
Save