Initial import from FreeBSD RELENG_4:
[dragonfly.git] / etc / syslog.conf
... / ...
CommitLineData
1# $FreeBSD: src/etc/syslog.conf,v 1.13.2.4 2003/05/12 13:59:23 yar Exp $
2#
3# Spaces ARE valid field separators in this file. However,
4# other *nix-like systems still insist on using tabs as field
5# separators. If you are sharing this file between systems, you
6# may want to use only tabs as field separators here.
7# Consult the syslog.conf(5) manpage.
8*.err;kern.debug;auth.notice;mail.crit /dev/console
9*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10security.* /var/log/security
11auth.info;authpriv.info /var/log/auth.log
12mail.info /var/log/maillog
13lpr.info /var/log/lpd-errs
14cron.* /var/log/cron
15*.emerg *
16# uncomment this to log all writes to /dev/console to /var/log/console.log
17#console.info /var/log/console.log
18# uncomment this to enable logging of all log messages to /var/log/all.log
19# touch /var/log/all.log and chmod it to mode 600 before it will work
20#*.* /var/log/all.log
21# uncomment this to enable logging to a remote loghost named loghost
22#*.* @loghost
23# uncomment these if you're running inn
24# news.crit /var/log/news/news.crit
25# news.err /var/log/news/news.err
26# news.notice /var/log/news/news.notice
27!startslip
28*.* /var/log/slip.log
29!ppp
30*.* /var/log/ppp.log