26.6 Logback extensions
Spring Boot包含很多有用的Logback扩展,你可以在logback-spring.xml配置文件中使用它们。
你不能在标准的logback.xml配置文件中使用扩展,因为它加载的太早了,不过可以使用logback-spring.xml,或指定logging.config属性。
扩展不能和Logback’s configuration scanning一起使用,如果你这样做了,一旦你改变配置文件,就会产生如下错误
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]]