-
Notifications
You must be signed in to change notification settings - Fork 7
Logging OpenID Connect messages
Arto Tuomi edited this page Mar 6, 2019
·
1 revision
Current File(s): conf/logback.xml
Format: Native Spring
Both incoming and outgoing OpenID Connect messages can be logged using Logback logger.
Add the following lines to logback.xml with your preferred logging level.
<!-- Log incoming OIDC messages -->
<logger name="org.geant.idpextension.oidc.decoding.impl" level="DEBUG" />
<!-- Log outgoing OIDC messages -->
<logger name="org.geant.idpextension.oidc.encoding.impl" level="DEBUG" />