|
||||||||
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 dug into this issue myself . It doesn't seem that context.reset() is completely threadsafe If other threads in the system are creating loggers at the time reset() is called, this is exception may occur. The test code below reproduces this problem in Logback 1.0.13