You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1570,6 +1570,16 @@ NOTE: You cannot use extensions in the standard `logback.xml` configuration file
1570
1570
it's loaded too early. You need to either use `logback-spring.xml` or define a
1571
1571
`logging.config` property.
1572
1572
1573
+
WARNING: The extensions cannot be used with Logback's
1574
+
http://logback.qos.ch/manual/configuration.html#autoScan[configuration scanning]. If you
1575
+
attempt to do so, making changes to the configuration file will result in an error similar
1576
+
to once of the following being logged:
1577
+
1578
+
----
1579
+
ERROR in ch.qos.logback.core.joran.spi.Interpreter@4:71 - no applicable action for [springProperty], current ElementPath is [[configuration][springProperty]]
1580
+
ERROR in ch.qos.logback.core.joran.spi.Interpreter@4:71 - no applicable action for [springProfile], current ElementPath is [[configuration][springProfile]]
0 commit comments