After looking at this : http://jira.qos.ch/browse/LOGBACK-867
It seems that
LoggerContext loggerContext = (LoggerContext) LoggerFactory.getILoggerFactory();
loggerContext.stop();
is much more simpler that my code. (Could you please integrate it in the lib, so we would just reference the listener in the web.xml ?)
But it does not resolves the issue with orphan async appender... And the behavior is the same that the LOGBACK-867, the permGen keep growing on undeploys...
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
After looking at this :
http://jira.qos.ch/browse/LOGBACK-867
It seems that
LoggerContext loggerContext = (LoggerContext) LoggerFactory.getILoggerFactory();
loggerContext.stop();
is much more simpler that my code. (Could you please integrate it in the lib, so we would just reference the listener in the web.xml ?)
But it does not resolves the issue with orphan async appender... And the behavior is the same that the LOGBACK-867, the permGen keep growing on undeploys...