I am using logback 1.1.8 with spring boot 1.4.2 as soon as I change the name of logback.xml to logback-spring.xml application stops logging. And when I use logback.xml, I cannot use the springProfiles tags.
15:55:23,459 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@153:46 - no applicable action for [appender-ref], current ElementPath is [[configuration][springProfile][root][appender-ref]] 15:55:23,459 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@154:46 - no applicable action for [appender-ref], current ElementPath is [[configuration][springProfile][root][appender-ref]] 15:55:23,460 |-ERROR in ch.qos.logback.core.joran.spi.Interpreter@158:36 - no applicable action for [springProfile], current ElementPath is [[configuration][springProfile]]
Please, suggest if this issue is faced by anyone?