<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi,</div>
<div><br>
</div>
<div>I'm looking at <a href="https://issues.shibboleth.net/jira/browse/IDP-501">https://issues.shibboleth.net/jira/browse/IDP-501</a> and trying to understand how and where I need to apply the 'Entry' information that is described in the thread by Scott C.</div>
<div>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.</div>
<div><br>
</div>
<div>I have this in the logback.xml as a skeleton for the moment and incomplete:</div>
<div><br>
</div>
<div>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><appender name="IDP_SYSLOG" class="ch.qos.logback.classic.net.SyslogAppender"></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"> <syslogHost>localhost</syslogHost></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"> <facility>AUTH</facility></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"> <suffixPattern>[%thread] %logger %msg</suffixPattern></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"> </appender></p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">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?)</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">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.</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Thanks in advance..</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;">Chris.</p>
<p style="margin: 0px; font-size: 11px; font-family: Menlo;"><br>
</p>
</div>
<br>
</body>
</html>