net.shibboleth.idp.authn logging
Cantor, Scott
cantor.2 at osu.edu
Mon Feb 8 12:22:58 EST 2016
> When I start up shibboleth, the log file I designated in the appender
> gets created, but no data ever gets written to that file.
You're not sending any categories that exist to that appender.
> <logger name="net.shibboleth.idp.authn"
> level="${idp.loglevel.idp.authn:-INFO}"/>
That's your logger, no appender included (so it goes to the default/parent category's appender).
> <logger name="Shibboleth-Authn" level="ALL">
> <appender-ref ref="${idp.authn.appender:-IDP_AUTHN}"/>
> </logger>
And that part is meaningless, because there is no such category.
-- Scott
More information about the users
mailing list