Deleted Added
full compact
syslog.conf (237921) syslog.conf (252481)
1# $FreeBSD: head/etc/syslog.conf 237921 2012-07-01 12:34:19Z brueffer $
1# $FreeBSD: head/etc/syslog.conf 252481 2013-07-01 21:20:17Z asomers $
2#
3# Spaces ARE valid field separators in this file. However,
4# other *nix-like systems still insist on using tabs as field
5# separators. If you are sharing this file between systems, you
6# may want to use only tabs as field separators here.
7# Consult the syslog.conf(5) manpage.
8*.err;kern.warning;auth.notice;mail.crit /dev/console
9*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10security.* /var/log/security
11auth.info;authpriv.info /var/log/auth.log
12mail.info /var/log/maillog
13lpr.info /var/log/lpd-errs
14ftp.info /var/log/xferlog
15cron.* /var/log/cron
2#
3# Spaces ARE valid field separators in this file. However,
4# other *nix-like systems still insist on using tabs as field
5# separators. If you are sharing this file between systems, you
6# may want to use only tabs as field separators here.
7# Consult the syslog.conf(5) manpage.
8*.err;kern.warning;auth.notice;mail.crit /dev/console
9*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
10security.* /var/log/security
11auth.info;authpriv.info /var/log/auth.log
12mail.info /var/log/maillog
13lpr.info /var/log/lpd-errs
14ftp.info /var/log/xferlog
15cron.* /var/log/cron
16!-devd
16*.=debug /var/log/debug.log
17*.emerg *
18# uncomment this to log all writes to /dev/console to /var/log/console.log
19# touch /var/log/console.log and chmod it to mode 600 before it will work
20#console.info /var/log/console.log
21# uncomment this to enable logging of all log messages to /var/log/all.log
22# touch /var/log/all.log and chmod it to mode 600 before it will work
23#*.* /var/log/all.log
24# uncomment this to enable logging to a remote loghost named loghost
25#*.* @loghost
26# uncomment these if you're running inn
27# news.crit /var/log/news/news.crit
28# news.err /var/log/news/news.err
29# news.notice /var/log/news/news.notice
17*.=debug /var/log/debug.log
18*.emerg *
19# uncomment this to log all writes to /dev/console to /var/log/console.log
20# touch /var/log/console.log and chmod it to mode 600 before it will work
21#console.info /var/log/console.log
22# uncomment this to enable logging of all log messages to /var/log/all.log
23# touch /var/log/all.log and chmod it to mode 600 before it will work
24#*.* /var/log/all.log
25# uncomment this to enable logging to a remote loghost named loghost
26#*.* @loghost
27# uncomment these if you're running inn
28# news.crit /var/log/news/news.crit
29# news.err /var/log/news/news.err
30# news.notice /var/log/news/news.notice
31# Uncomment this if you wish to see messages produced by devd
32# !devd
33# *.>=info /var/log/devd.log
30!ppp
31*.* /var/log/ppp.log
32!*
34!ppp
35*.* /var/log/ppp.log
36!*