Versions Compared

Key

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

...

Code Block
#Log information about the SAML login framework
<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 log4jlogback.propertiesxml file - see Server Logging for details on controlling logging options with this file, and where to find the results.

Note that with all options this logging applied, the log files generated will be very large. You must switch off these options this logging as soon as you have completed your tests. You can comment out the lines in the log4j.properties file, if you want to keep them in the file, by placing a # at the beginning of each line. 

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

...