ppkarwasz commented on issue #1782: URL: https://github.com/apache/logging-log4j2/issues/1782#issuecomment-1759480574
> So I am not entirely sure what your changes are actually trying to fix since when `Log4jServletContainerInitializer` is enabled only a single `Log4jServletContextListener` is added to the servlet container. After the change you should be able to drop the `isLog4jAutoInitializationDisabled` property. The two listeners (the one automatically added by the initializer and the one explicitly added by you) should work together and only the listener in `web.xml` should stop the logger context. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
