Results 1 to 3 of 3

Thread: Logging spring security 2.0.3 activities

  1. #1

    Default Logging spring security 2.0.3 activities

    How to enable DEBUG level of spring security using log4j?

  2. #2
    Luke Taylor is offline Senior Member Acegi Security System TeamSpring Team
    Join Date
    Aug 2004
    Location
    Glasgow, Scotland
    Posts
    3,449

    Default

    Search the web and forums. You will find plenty of discussions of using log4j with Spring applications.

  3. #3

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •