Just wondering if there is a wiki with examples of how to log to syslog/rsyslog for various apps.
For my needs, I was specifically looking for apache, mysql, tomcat, puppet, etc. For apache, I already figured out error_log can just point to syslog, but access_log, you do: CustomLog "| /usr/bin/logger -p local0.info" combined Do I do something similar for any application where I can specify the logfile destination? johnn _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog

