Skip to content

Commit 9de1344

Browse files
Robert Kapalasnicoll
authored andcommitted
Update inconsistent documentation
Closes gh-4987
1 parent ea8e0cf commit 9de1344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ If Groovy is on the classpath you should be able to configure Logback with
12871287
[[howto-configure-logback-for-logging-fileonly]]
12881288
==== Configure logback for file only output
12891289
If you want to disable console logging and write output only to a file you need a custom
1290-
`spring-logback.xml` that imports `file-appender.xml` but not `console-appender.xml`:
1290+
`logback-spring.xml` that imports `file-appender.xml` but not `console-appender.xml`:
12911291

12921292
[source,xml,indent=0,subs="verbatim,quotes,attributes"]
12931293
----

0 commit comments

Comments
 (0)