syslog.conf revision 50472
1# $FreeBSD: head/etc/syslog.conf 50472 1999-08-27 23:37:10Z peter $
2#
3#	Spaces are NOT valid field separators in this file.
4#	Consult the syslog.conf(5) manpage.
5*.err;kern.debug;auth.notice;mail.crit		/dev/console
6*.notice;kern.debug;lpr.info;mail.crit;news.err	/var/log/messages
7security.*					/var/log/security
8mail.info					/var/log/maillog
9lpr.info					/var/log/lpd-errs
10cron.*						/var/cron/log
11*.err						root
12*.notice;news.err				root
13*.alert						root
14*.emerg						*
15# uncomment these if you're running inn
16# news.crit					/var/log/news/news.crit
17# news.err					/var/log/news/news.err
18# news.notice					/var/log/news/news.notice
19!startslip
20*.*						/var/log/slip.log
21!ppp
22*.*						/var/log/ppp.log
23