|
||||||||
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
+1 for fixing this.
We are using MDCInsertingServletFilter and also some thread pools to run background tasks, which at the moment inherit MDC values and those values are kept there for quite some time, which does not make any sense.
In order to make this configurable instead of a system property I would prefer having 2 implementation jars with this class, so user can use the one which matches the system requirements (for compatibility, one of them could a dependency of logback-classic, so it can be excluded and another one used).