Re: [Pound Mailing List] syslogging
chasm <[email protected]>
| Newsgroups | gmane.comp.web.pound.general |
|---|---|
| Message-ID | <[email protected]> |
Sorry i was wrong, you have to use the ; for all separations: Here an example from my CentOS setup (rsyslog): *.info;mail.none;authpriv.none;cron.none -/var/log/messages Am 16.09.2013 19:58, schrieb chasm: Maybe the ";" behind the *.* Try a "," instead. As a little improvement for the IO of your pound server, you should use a leading - before the log file: local0.* -/var/log/pound.log The syslog daemon will not have to wait for the write-to-disk result of every single log message from pound. Cheers Matthias Am 16.09.2013 16:43, schrieb Pat Erler: hi, we try to remove the pound entries from /var/log/syslog: /etc/pound.cfg: LogFacility local0 LogLevel 4 /etc/rsyslog.d/50-default.conf: *.*;auth,authpriv.none,local0.none,snmpd.none /var/log/syslog but pound is still logging to /var/log/syslog what's wrong here? -- Pat Erler Gtalk/G+: [email protected] Skype: pat_erler -- To unsubscribe send an email with subject unsubscribe to [email protected] Please contact [email protected] for questions.