Hi everyone, I have a web application that includes the following jars: slf4j-api-1.6.1.jar jcl-over-slf4j-1.6.1.jar slf4j-jdk14-1.6.1.jar
And everything has worked as expected using GlassFish 2.1, but when we migrated to GlassFish 3.1 nothing is showing up in the logs anymore. While I don't like the java logging, it's the default for GlassFish and it's convenient to be able to retrieve and read the logs from the DAS. So my goal isn't to replace it but to have all the messages go to the Java logging framework. Does anyone here have an idea what could be blocking it or how I can debug this issue? _______________________________________________ slf4j-user mailing list [email protected] http://qos.ch/mailman/listinfo/slf4j-user
