jenkinsci / audit-log-plugin

Audit logging plugin for Jenkins based on Apache Log4j Audit
https://plugins.jenkins.io/audit-log/
MIT License
20 stars 22 forks source link

Add support for syslog-based appender #29

Closed jvz closed 5 years ago

jvz commented 5 years ago

https://logging.apache.org/log4j/2.x/manual/appenders.html#SyslogAppender

We should introduce a new UI for configuring this as an alternative to logging to a file. This is a standardized logging protocol that most logging systems will support, so it's a great starting point.