Hi, I have migrated an application to slf4j and I redirect the JDK logging output to it. Things are working fine but I have a bad side effect
I am using Maven and the cargo plugin to start tomcat, run some integration tests on it and stop tomcat. Since I moved to slf4j, cargo is unable to stop tomcat. See also: http://www.nabble.com/Cargo-fails-to-stop-Tomcat-with-slf4j-jul-bridge-tt19898301.html#a19898301 If I remove one line of code (SLF4JBridgeHandler.install(); ) everything is working fine (but I don't have the JDK5 logging redirection of course) -- View this message in context: http://www.nabble.com/JDK-logging-bridge-and-Tomcat-tp20072277p20072277.html Sent from the Slf4J - user mailing list archive at Nabble.com. _______________________________________________ user mailing list [email protected] http://www.slf4j.org/mailman/listinfo/user
