Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
#Log information about the SAML login framework
log4j.logger.org.springframework.security.saml=DEBUG
log4j.logger.org.opensaml=DEBUG
log4j.logger.PROTOCOL_MESSAGE=DEBUG<logger name="org.springframework.security" level="debug" />
<logger name="com.accipia.centerview.util.security" level="debug" />
<logger name="com.accipia.centerview.util.security" level="debug" />
<logger name="org.springframework.security.saml" level = "debug" />
<logger name="org.opensaml" level="debug" />

to your log4j.properties file - seeĀ Server Logging for details on controlling logging options with this file, and where to find the results.

...

You could also consider applying a more limited set of debugging options, e.g. just these lines:

Code Block
log4j.logger.<logger name="org.springframework.security" level="debug
log4j.logger." />
<logger name="com.accipia.centerview.util.security" level="debug" />