syslog.conf revision 70241
1# $FreeBSD: head/etc/syslog.conf 70241 2000-12-20 22:26:33Z phk $
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/log/cron
11*.err						root
12*.notice;news.err				root
13*.alert						root
14*.emerg						*
15# uncomment this to log all writes to /dev/console to /var/log/console
16#console.info					/var/log/console
17# uncomment this to enable logging of all log messages to /var/log/all.log
18#*.*						/var/log/all.log
19# uncomment this to enable logging to a remote loghost named loghost
20#*.*						@loghost
21# uncomment these if you're running inn
22# news.crit					/var/log/news/news.crit
23# news.err					/var/log/news/news.err
24# news.notice					/var/log/news/news.notice
25!startslip
26*.*						/var/log/slip.log
27!ppp
28*.*						/var/log/ppp.log
29