Commit a61b29e6 authored by Stephane Nicoll's avatar Stephane Nicoll

Merge pull request #4987 from rakk/master

* pr/4987:
  Update inconsistent documentation
parents ea8e0cfc 9de13446
...@@ -1287,7 +1287,7 @@ If Groovy is on the classpath you should be able to configure Logback with ...@@ -1287,7 +1287,7 @@ If Groovy is on the classpath you should be able to configure Logback with
[[howto-configure-logback-for-logging-fileonly]] [[howto-configure-logback-for-logging-fileonly]]
==== Configure logback for file only output ==== Configure logback for file only output
If you want to disable console logging and write output only to a file you need a custom 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"] [source,xml,indent=0,subs="verbatim,quotes,attributes"]
---- ----
......
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