summaryrefslogtreecommitdiffstats
path: root/etc/syslog.conf
diff options
context:
space:
mode:
authorpst <pst@FreeBSD.org>1996-11-06 22:27:04 +0000
committerpst <pst@FreeBSD.org>1996-11-06 22:27:04 +0000
commitf7ea04250cb43e66adbd52666cd75893376a59ca (patch)
treec86bcf79a0732310aa31ddd0da8bee7090b17527 /etc/syslog.conf
parentd9dd74baff36bb9c0928155908de17c706f61a2d (diff)
downloadFreeBSD-src-f7ea04250cb43e66adbd52666cd75893376a59ca.zip
FreeBSD-src-f7ea04250cb43e66adbd52666cd75893376a59ca.tar.gz
auth.debug should not be sent to root realtime
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)
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r--etc/syslog.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf
index c907ec7..1e7d315 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -1,11 +1,15 @@
*.err;kern.debug;auth.notice;mail.crit /dev/console
-*.notice;kern.debug;lpr,auth.info;mail.crit /var/log/messages
+*.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;auth.debug 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
OpenPOWER on IntegriCloud