Ceki Gülcü I'm sorry for the confusing words about multi-webApplicationContext. what i means is multiple spring's WebApplicationContext exist in one servlet application(war). and what's i see is the logging manager being shutdown during first WebApplicationContext's close callback. there is no logging output for other WebApplicationContext's callback. if i set 'logbackDisableServletContainerInitializer' property to disable the registration of ServletListener & shutdown the logging manager manually, everything works as expected. |