syslog.conf revision 57065
1# $FreeBSD: head/etc/syslog.conf 57065 2000-02-08 21:57:28Z rwatson $
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 enable logging of all log messages to /var/log/all.log
16#*.*						/var/log/all.log
17# uncomment this to enable logging to a remote loghost named loghost
18#*.*						@loghost
19# uncomment these if you're running inn
20# news.crit					/var/log/news/news.crit
21# news.err					/var/log/news/news.err
22# news.notice					/var/log/news/news.notice
23!startslip
24*.*						/var/log/slip.log
25!ppp
26*.*						/var/log/ppp.log
27