Skip to content

Commit 0091c04

Browse files
brabenetzmbhave
authored andcommitted
Fix typo in logback example
See gh-18295
1 parent f9d94c6 commit 0091c04

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-docs/src/main/asciidoc

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,7 @@ A typical custom `logback.xml` file would look something like this:
13081308
----
13091309
<?xml version="1.0" encoding="UTF-8"?>
13101310
<configuration>
1311-
<include resource="org/springframework/boot/logging/logback/default.xml"/>
1311+
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
13121312
<include resource="org/springframework/boot/logging/logback/console-appender.xml" />
13131313
<root level="INFO">
13141314
<appender-ref ref="CONSOLE" />

0 commit comments

Comments
 (0)