Hi!

I have setup the log4j2 logger and everything works fine until I shutdown the application (2.7.5), I run it with ignite.bat and I have my own code in a LifeCycleBean, I have some code in beforeNodeStop() and some code in afterNodeStop() and it looks like the log4j2 logger stops working between beforeNodeStop and afterNodeStop, does Ignite shutdown the logger before afterNodeStop is called or something like that ?

I get all logging information from the code in beforeNodeStop() but any logging calls in afterNodeStop do nothing at all.



Reply via email to