From 9de13446c453610c98916984eb0e62730f561ebc Mon Sep 17 00:00:00 2001 From: Robert Kapala Date: Thu, 21 Jan 2016 09:52:08 +0100 Subject: [PATCH] Update inconsistent documentation Closes gh-4987 --- spring-boot-docs/src/main/asciidoc/howto.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-docs/src/main/asciidoc/howto.adoc b/spring-boot-docs/src/main/asciidoc/howto.adoc index e37ab59dea..40188e50db 100644 --- a/spring-boot-docs/src/main/asciidoc/howto.adoc +++ b/spring-boot-docs/src/main/asciidoc/howto.adoc @@ -1287,7 +1287,7 @@ If Groovy is on the classpath you should be able to configure Logback with [[howto-configure-logback-for-logging-fileonly]] ==== Configure logback for file only output If you want to disable console logging and write output only to a file you need a custom -`spring-logback.xml` that imports `file-appender.xml` but not `console-appender.xml`: +`logback-spring.xml` that imports `file-appender.xml` but not `console-appender.xml`: [source,xml,indent=0,subs="verbatim,quotes,attributes"] ----