Commit c71abbf6 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '1.4.x' into 1.5.x

parents 682d0f52 0463350d
...@@ -1572,6 +1572,16 @@ NOTE: You cannot use extensions in the standard `logback.xml` configuration file ...@@ -1572,6 +1572,16 @@ NOTE: You cannot use extensions in the standard `logback.xml` configuration file
it's loaded too early. You need to either use `logback-spring.xml` or define a it's loaded too early. You need to either use `logback-spring.xml` or define a
`logging.config` property. `logging.config` property.
WARNING: The extensions cannot be used with Logback's
http://logback.qos.ch/manual/configuration.html#autoScan[configuration scanning]. If you
attempt to do so, making changes to the configuration file will result in an error similar
to once of the following being logged:
----
ERROR in ch.qos.logback.core.joran.spi.Interpreter@4:71 - no applicable action for [springProperty], current ElementPath is [[configuration][springProperty]]
ERROR in ch.qos.logback.core.joran.spi.Interpreter@4:71 - no applicable action for [springProfile], current ElementPath is [[configuration][springProfile]]
----
==== Profile-specific configuration ==== Profile-specific configuration
......
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