cseewald commented on issue #1782:
URL: 
https://github.com/apache/logging-log4j2/issues/1782#issuecomment-1759149737

   @ppkarwasz 
   
   I tested the `2.21.0-SNAPSHOT` in my setting. In my initial issue 
description I was bothered that log4j is being shutdown **before** all other 
context listeners are being shutdown. Thus everything they log during shutdown 
is simply gone. This only happens if log4j is being initialized with 
`Log4jServletContainerInitializer`
   
   This did not change with the changes you made. (by setting status="trace" in 
the log4j configuration, I can see that the context destructions happens before 
all the other context listeners are destroyed).
   
   Also initialization still happens twice (minor thing I assume). Once from 
`Log4jServletContainerInitializer` and a second time from 
`Log4jServletContextListener`.


-- 
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]

Reply via email to