net.shibboleth.idp.authn logging

Brian Biggs brian.biggs at sonoma.edu
Mon Feb 8 13:11:47 EST 2016


Thanks. Got it working.

-Brian

On 02/08/2016 09:22 AM, Cantor, Scott wrote:
>> 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
>

-- 

Brian Biggs
Sonoma State University



More information about the users mailing list