Hi all,
 
I am sending this question related to following SO question: https://stackoverflow.com/questions/47184045/spring-predestroy-no-logging-because-logback-stops-too-soon
 
Any of you have an idea how to fix this? I believe we somehow need to be able to disable the LogbackServletContextListener and shutdown Logback on our own, as late as possible.
 
Is this doable?
 
Thanks!