syslog.conf revision 113902
110967Schegar# $FreeBSD: head/etc/syslog.conf 113902 2003-04-23 13:08:31Z des $
210967Schegar#
310967Schegar#	Spaces ARE valid field separators in this file. However,
410967Schegar#	other *nix-like systems still insist on using tabs as field
510967Schegar#	separators. If you are sharing this file between systems, you
610967Schegar#	may want to use only tabs as field separators here.
710967Schegar#	Consult the syslog.conf(5) manpage.
810967Schegar*.err;kern.debug;auth.notice;mail.crit		/dev/console
910967Schegar*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err	/var/log/messages
1010967Schegarsecurity.*					/var/log/security
1110967Schegarauth.info;authpriv.info				/var/log/auth.log
1210967Schegarmail.info					/var/log/maillog
1310967Schegarlpr.info					/var/log/lpd-errs
1410967Schegarftp.info					/var/log/xferlog
1510967Schegarcron.*						/var/log/cron
1610967Schegar*.=debug					/var/log/debug.log
1710967Schegar*.emerg						*
1810967Schegar# uncomment this to log all writes to /dev/console to /var/log/console.log
1910967Schegar#console.info					/var/log/console.log
2010967Schegar# uncomment this to enable logging of all log messages to /var/log/all.log
2110967Schegar# touch /var/log/all.log and chmod it to mode 600 before it will work
2210967Schegar#*.*						/var/log/all.log
2310967Schegar# uncomment this to enable logging to a remote loghost named loghost
2410967Schegar#*.*						@loghost
2510967Schegar# uncomment these if you're running inn
2610967Schegar# news.crit					/var/log/news/news.crit
2710967Schegar# news.err					/var/log/news/news.err
2810967Schegar# news.notice					/var/log/news/news.notice
2910967Schegar!startslip
3013901Salanb*.*						/var/log/slip.log
3113901Salanb!ppp
3213901Salanb*.*						/var/log/ppp.log
3313901Salanb