|
||||||||
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
I'm worried about backwards compatibility, and also libraries. If, for example, I'm using ActiveMQ in-process and I change the InheritableThreadLocal behaviour, then it might be good for my app, but might break ActiveMQ logging.
How about setting an MDC value that then disables inheritance for child MDCs?
That would provide a fox for those that need it. Are there any situations where that wouldn't work?