Description
<configuration scan="true" scanPeriod="30 seconds"> <variable name="application.id" value="my-application"/> ... <include optional="true" file="/mypath/${application.id}/config/logback-override.xml"/>
This substitution doesn't happen in this case (other substitutions are still fine)
This is what I get in the logs:
11:46:28,122 |-INFO in ch.qos.logback.core.joran.util.ConfigurationWatchListUtil@333d111 - Adding [file:/mypath/application.id_IS_UNDEFINED/config/logback-override.xml] to configuration watch list.
Anyone else had this issue ?
(Worked in previous versions of logback - I'll do some digging to find out exactly when it stopped working)
Attachments
Issue Links
- links to