|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
_______________________________________________ logback-dev mailing list logback-dev@qos.ch http://mailman.qos.ch/mailman/listinfo/logback-dev
It would have to be configured globally in logback.xml/groovy.
Configuration per appender isn't possible because there's only one global MDC and its behavior can't change. An appender could only decide to completely ignore the MDC.
I still don't see any use case for the inheritance functionality. If such a use case does actually exist then it would still be a very specific special case that could be implemented in a different way. The current behavior is a potential security risk.