Versions Compared

Key

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

...

Configure PSP : Logging and Output

The psp is a Shibboleth service which is configured in psp-services.xml.

The psp uses slf4j, and with Grouper, log4j configured in log4j.properties.

No Format
titlelog4j.properties
# Provisioning : PSP (version 2.1+)
log4j.logger.edu.internet2.middleware.psp = INFO

# Provisioning : vt-ldap
log4j.logger.edu.vt.middleware.ldap = INFO

# Provisioning : ldap target
# log4j.logger.edu.internet2.middleware.ldap = DEBUG

# Provisioning : Grouper plugin to Shibboleth attribute resolver
log4j.logger.edu.internet2.middleware.grouper.shibboleth = INFO

...

property

default

value

logSpml

true

If true, log SPML requests and responses in XML.

writeRequests

false

If true, write SPML requests.

writeResponses

false

If true, write SPML responses.

pathToOutputFile

stdout

The path to the file to which SPML requests and responses are written.

...