syslog.conf revision 113259
1266278Simp# $FreeBSD: head/etc/syslog.conf 113259 2003-04-08 16:14:02Z des $
2266278Simp#
3284598Ssjg#	Spaces ARE valid field separators in this file. However,
4266349Simp#	other *nix-like systems still insist on using tabs as field
5283767Ssjg#	separators. If you are sharing this file between systems, you
6283767Ssjg#	may want to use only tabs as field separators here.
7283767Ssjg#	Consult the syslog.conf(5) manpage.
8288159Sbdrewery*.err;kern.debug;auth.notice;mail.crit		/dev/console
9288159Sbdrewery*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err	/var/log/messages
10288159Sbdrewerysecurity.*					/var/log/security
11288159Sbdreweryauth.info;authpriv.info				/var/log/auth.log
12288159Sbdrewerymail.info					/var/log/maillog
13288159Sbdrewerylpr.info					/var/log/lpd-errs
14284598Ssjgftp.info					/var/log/xferlog
15284598Ssjgcron.*						/var/log/cron
16284598Ssjg*.debug						/var/log/debug.log
17284598Ssjg*.emerg						*
18284598Ssjg# uncomment this to log all writes to /dev/console to /var/log/console.log
19266278Simp#console.info					/var/log/console.log
20284598Ssjg# uncomment this to enable logging of all log messages to /var/log/all.log
21300345Sbdrewery# touch /var/log/all.log and chmod it to mode 600 before it will work
22300345Sbdrewery#*.*						/var/log/all.log
23300345Sbdrewery# uncomment this to enable logging to a remote loghost named loghost
24300345Sbdrewery#*.*						@loghost
25300345Sbdrewery# uncomment these if you're running inn
26300345Sbdrewery# news.crit					/var/log/news/news.crit
27300345Sbdrewery# news.err					/var/log/news/news.err
28283767Ssjg# news.notice					/var/log/news/news.notice
29279247Ssjg!startslip
30279247Ssjg*.*						/var/log/slip.log
31279247Ssjg!ppp
32279247Ssjg*.*						/var/log/ppp.log
33279247Ssjg