mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
news.notice info should not be sent to /var/log/messages, as news has its own set of logs and notice is overused by inn added entries for newsservers (but they're commented out)
15 lines
482 B
Text
15 lines
482 B
Text
*.err;kern.debug;auth.notice;mail.crit /dev/console
|
|
*.notice;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
|
|
mail.info /var/log/maillog
|
|
lpr.info /var/log/lpd-errs
|
|
cron.* /var/cron/log
|
|
*.err root
|
|
*.notice;news.err root
|
|
*.alert root
|
|
*.emerg *
|
|
# uncomment these if you're running inn
|
|
# news.crit /var/log/news/news.crit
|
|
# news.err /var/log/news/news.err
|
|
# news.notice /var/log/news/news.notice
|
|
!startslip
|
|
*.* /var/log/slip.log
|