Adding Janino dependencies as suggested here http://jira.qos.ch/browse/LOGBACK-644 is really overkill for something as trivial as this. So +1 from me.
The real issue is that on error the entire config status is dumped to console rather than just the warning.
I'd like to force a default configuration in my app that can be overridden in an optional include file if it is present. However, this looks pretty bad on the console if that include file is not present.
The real issue is that on error the entire config status is dumped to console rather than just the warning.
I'd like to force a default configuration in my app that can be overridden in an optional include file if it is present. However, this looks pretty bad on the console if that include file is not present.
Andy