We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d94c6 commit 0091c04Copy full SHA for 0091c04
spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc
@@ -1308,7 +1308,7 @@ A typical custom `logback.xml` file would look something like this:
1308
----
1309
<?xml version="1.0" encoding="UTF-8"?>
1310
<configuration>
1311
- <include resource="org/springframework/boot/logging/logback/default.xml"/>
+ <include resource="org/springframework/boot/logging/logback/defaults.xml"/>
1312
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
1313
<root level="INFO">
1314
<appender-ref ref="CONSOLE" />
0 commit comments