How to enable DEBUG level of spring security using log4j?
How to enable DEBUG level of spring security using log4j?
Search the web and forums. You will find plenty of discussions of using log4j with Spring applications.
I am already using log4j in my application, I was looking for the property name to enable logging for spring security. The line below did just what I want!
log4j.logger.org.springframework.security=DEBUG