could you expand on what you mean by "When using slf4j you don't want a compile dependency to logback in your code!" I currently have logback as a runtime dependency. I don't access logback at all directly in my code, only slf4j APIs. However, I still get the thread shutdown error in tomcat.
Does logback require a tomcat context listener to shut it down properly? It seems odd to me that a logger would require that.
|