How to configure Jetty 8 to use syslog
1 answer
I would recommend using slf4j + logback as described here: http://wiki.eclipse.org/Jetty/Tutorial/Sifting_Logs_with_Logback
Then you can configure the logback to write to the syslog appender like this one: http://logback.qos.ch/manual/appenders.html#SyslogAppender
Should be pretty straight forward using these docs. If you still have questions, ask right away.
+2
source to share