Guidance on F-TICKS logging in Idp v3 to syslog

Chris Phillips Chris.Phillips at canarie.ca
Wed Aug 26 14:56:12 EDT 2015


Hi,

I'm looking at https://issues.shibboleth.net/jira/browse/IDP-501  and trying to understand how and where I need to apply the 'Entry' information that is described in the thread by Scott C.
It looks like a a 'done' thing which is great, I just don't understand enough on how to implement it with the logback syslog appender.

I have this in the logback.xml as a skeleton for the moment and incomplete:


<appender name="IDP_SYSLOG" class="ch.qos.logback.classic.net.SyslogAppender">

    <syslogHost>localhost</syslogHost>

    <facility>AUTH</facility>

    <suffixPattern>[%thread] %logger %msg</suffixPattern>

  </appender>



I presume that %msg is what I want to have substituted for the '<entry>..</entry>' pieces, but it's unclear where I need to do that (in the appender as shown in the ticket in Jira?)


An example for logback.xml configuration would be helpful or explanation on where to take the items in the ticket and implement them would be too.


Thanks in advance..


Chris.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150826/94e1812f/attachment.html>


More information about the dev mailing list