[slf4j-user] slf4j stopped working on GlassFish 3.1

Hugo Garza hiro2k at gmail.com
Thu Aug 18 17:00:26 CEST 2011


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?


More information about the slf4j-user mailing list