150472Speter# $FreeBSD$
238738Sbrian#
375031Smurray#	Spaces ARE valid field separators in this file. However,
475031Smurray#	other *nix-like systems still insist on using tabs as field
575031Smurray#	separators. If you are sharing this file between systems, you
675031Smurray#	may want to use only tabs as field separators here.
740361Snate#	Consult the syslog.conf(5) manpage.
8143462Sglebius*.err;kern.warning;auth.notice;mail.crit		/dev/console
9143462Sglebius*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err	/var/log/messages
1092099Srwatsonsecurity.*					/var/log/security
1192100Srwatsonauth.info;authpriv.info				/var/log/auth.log
1237Srgrimesmail.info					/var/log/maillog
1337Srgrimeslpr.info					/var/log/lpd-errs
14103738Smarkmftp.info					/var/log/xferlog
1551033Sn_hibmacron.*						/var/log/cron
16252481Sasomers!-devd
17113902Sdes*.=debug					/var/log/debug.log
1837Srgrimes*.emerg						*
1972580Sphk# uncomment this to log all writes to /dev/console to /var/log/console.log
20237921Sbrueffer# touch /var/log/console.log and chmod it to mode 600 before it will work
2172580Sphk#console.info					/var/log/console.log
2257065Srwatson# uncomment this to enable logging of all log messages to /var/log/all.log
2385626Sasmodai# touch /var/log/all.log and chmod it to mode 600 before it will work
2457065Srwatson#*.*						/var/log/all.log
2557065Srwatson# uncomment this to enable logging to a remote loghost named loghost
2657065Srwatson#*.*						@loghost
2719473Spst# uncomment these if you're running inn
2819473Spst# news.crit					/var/log/news/news.crit
2919473Spst# news.err					/var/log/news/news.err
3019473Spst# news.notice					/var/log/news/news.notice
31252481Sasomers# Uncomment this if you wish to see messages produced by devd
32252481Sasomers# !devd
33252481Sasomers# *.>=info                                       /var/log/devd.log
3426549Sache!ppp
3526549Sache*.*						/var/log/ppp.log
36194005Savg!*
37