Skip to Content.
Sympa Menu

shibboleth-dev - Re: Shibboleth IDP Logging?

Subject: Shibboleth Developers

List archive

Re: Shibboleth IDP Logging?


Chronological Thread 
  • From: Will Norris <>
  • To:
  • Subject: Re: Shibboleth IDP Logging?
  • Date: Thu, 20 Sep 2007 23:02:33 -0700

the full assertions are in the "org.opensaml" package, not "edu.internet2...". I added the following to my jboss-log4j.xml...

<appender name="OPENSAML" class="org.jboss.logging.appender.DailyRollingFileAppender">
<errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
<param name="File" value="/var/local/shibboleth-idp-trunk/logs/ opensaml.log"/>
<param name="Append" value="true"/>
<param name="DatePattern" value="'.'yyyy-MM-dd"/>

<layout class="org.apache.log4j.PatternLayout">
<param name="ConversionPattern" value="%d %-5p [%c] %m%n"/>
</layout>
</appender>

<category name="org.opensaml">
<priority value="TRACE" />
<appender-ref ref="OPENSAML"/>
</category>


On Sep 20, 2007, at 1:17 PM,

wrote:

Where (or how) do I get the IDP to start logging things like assertions
generated? I can see the assertions that arrive on the Shibboleth SP
via it's logfiles, but I don't see anywhere that I am logging what was
sent on the IDP. Do I simply need to change the loglevel for the audit
log? If so, is there any place on the Wiki that defines what data I get
at the various log levels?

Thanks,
Jeff




Archive powered by MHonArc 2.6.16.

Top of Page