On
Tomcat, I am trying to get the logging output from the Spring libraries that I am using on my project.
My problem is that I am not getting the FINE logging from Spring. However, for other libraries such as
JSF, I do get the FINE logging.
What am I doing wrong?
I have noticed that when I remove log4j.jar from the classpath, I do get logging from Spring. But when I add log4j.jar to the classpath, the logging from Spring is gone.
Can you explain why?
BTW I do need log4j and commons-logging(JCL) in my classpath, since some of the other jars I am using, refer to log4j and JCL explicitly in their code.
Here are the settings I am using, in Tomcat's conf/logging.properties: