Commit 0091c047 authored by Harald Brabenetz's avatar Harald Brabenetz Committed by Madhura Bhave

Fix typo in logback example

See gh-18295
parent f9d94c6e
...@@ -1308,7 +1308,7 @@ A typical custom `logback.xml` file would look something like this: ...@@ -1308,7 +1308,7 @@ A typical custom `logback.xml` file would look something like this:
---- ----
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<configuration> <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" /> <include resource="org/springframework/boot/logging/logback/console-appender.xml" />
<root level="INFO"> <root level="INFO">
<appender-ref ref="CONSOLE" /> <appender-ref ref="CONSOLE" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment