Question on Logging
Brewer, Lee
lee.brewer at Vanderbilt.Edu
Thu Nov 12 14:57:59 EST 2015
To all,
I was attempting to troubleshoot an issue in my UAT instance of IdP (2.4) and I set my logging for common.attribute in logging.xml to
logger name="edu.internet2.middleware.shibboleth.idp.common.attribute" level="DEBUG" />
and after a reboot, I can successfully login and pass attributes over to the SP... I see that one of the attributes contains an incorrect value and I want to see what the IdP resolved it too. I am not seeing anything in the logs concerning attribute information for the resolution of attributes in the idp-process.log.
Any ideas?
Lee Brewer
Here is the top part of my logging.xml file
<configuration>
<!-- Loggers define indicate which packages/categories are logged, at which level, and to which appender. Levels: OFF, ERROR, WARN, INFO, DEBUG, TRACE, ALL
-->
<!-- Logs IdP, but not OpenSAML, messages
-->
<!--<logger name="edu.internet2.middleware.shibboleth" level="DEBUG" />
-->
<logger name="edu.internet2.middleware.shibboleth.idp.session" level="DEBUG"/>
<!-- Logs OpenSAML, but not IdP, messages
-->
<logger name="edu.internet2.middleware.shibboleth.idp.common.attribute" level="DEBUG"/>
<!--<logger name="edu.internet2.middleware.shibboleth.idp.StatusServlet" level="WARN" />
-->
<logger name="edu.internet2.middleware.shibboleth.idp.authn" level="DEBUG"/>
<logger name="org.opensaml" level="DEBUG"/>
<!-- Logs LDAP related messages
-->
<logger name="edu.vt.middleware.ldap" level="DEBUG"/>
<!-- Logs inbound and outbound protocols messages at DEBUG level
-->
<logger name="edu.vanderbilt" level="DEBUG"/>
<logger name="PROTOCOL_MESSAGE" level="DEBUG"/>
Not getting anything for ldap as well.
Lee Brewer | Application Developer | Information Technology | Vanderbilt University
lee.brewer at vanderbilt.edu | phone 615.343.2802 | it.vanderbilt.edu<http://it.vanderbilt.edu/>
[Vanderbilt IT logo]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/users/attachments/20151112/28f67f29/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 7677 bytes
Desc: image002.jpg
URL: <http://shibboleth.net/pipermail/users/attachments/20151112/28f67f29/attachment-0001.jpg>
More information about the users
mailing list