Hi
I'm using spring 3.0.5 and spring security 3.0.5 with log4j for logging. How can i set the level of debugging of spring to DEBUG?
I set in my log4.properties
log4j.logger.org.springframework=DEBUG
but the level also remain to INFO.
Thanks for your help


Reply With Quote