Hi,<br><br>I&#39;ve tried to get SyslogAppender to work for our jetty access log with no success. The access log is configured correct and writes to a file. The syslogappender also works on its own when I log to it from my application log. When I add a syslogappender to logback-access.xml nothing happens. After debugging logback I see that Syslogappender expects an IloggingEvent and not an AccessEvent resulting in a classcast exception. I&#39;ve unsuccessfully tried to implement my own appender overriding syslogappender. <br>
<br>Does anyone have any tips on how to achieve this? Any tip/trick feedback would be appreciated even if it&#39;s to confirm this is functionality not implemented and not easily done.<br><br>Best regards,<br>Henning<br>