1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1998-09-01 21:34:57 -04:00
|
|
|
#
|
2001-03-30 23:41:24 -05:00
|
|
|
# Spaces ARE valid field separators in this file. However,
|
|
|
|
|
# other *nix-like systems still insist on using tabs as field
|
|
|
|
|
# separators. If you are sharing this file between systems, you
|
|
|
|
|
# may want to use only tabs as field separators here.
|
1998-10-14 17:59:55 -04:00
|
|
|
# Consult the syslog.conf(5) manpage.
|
2005-03-12 07:31:16 -05:00
|
|
|
*.err;kern.warning;auth.notice;mail.crit /dev/console
|
|
|
|
|
*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
|
2002-03-11 14:26:29 -05:00
|
|
|
security.* /var/log/security
|
2002-03-11 14:34:57 -05:00
|
|
|
auth.info;authpriv.info /var/log/auth.log
|
1993-06-20 09:41:45 -04:00
|
|
|
mail.info /var/log/maillog
|
|
|
|
|
lpr.info /var/log/lpd-errs
|
2002-09-21 08:07:35 -04:00
|
|
|
ftp.info /var/log/xferlog
|
1999-09-06 16:10:27 -04:00
|
|
|
cron.* /var/log/cron
|
2003-04-23 09:08:31 -04:00
|
|
|
*.=debug /var/log/debug.log
|
1993-06-20 09:41:45 -04:00
|
|
|
*.emerg *
|
2001-02-17 15:27:58 -05:00
|
|
|
# uncomment this to log all writes to /dev/console to /var/log/console.log
|
|
|
|
|
#console.info /var/log/console.log
|
2000-02-08 16:57:28 -05:00
|
|
|
# uncomment this to enable logging of all log messages to /var/log/all.log
|
2001-10-28 08:41:30 -05:00
|
|
|
# touch /var/log/all.log and chmod it to mode 600 before it will work
|
2000-02-08 16:57:28 -05:00
|
|
|
#*.* /var/log/all.log
|
|
|
|
|
# uncomment this to enable logging to a remote loghost named loghost
|
|
|
|
|
#*.* @loghost
|
1996-11-06 17:27:04 -05:00
|
|
|
# uncomment these if you're running inn
|
|
|
|
|
# news.crit /var/log/news/news.crit
|
|
|
|
|
# news.err /var/log/news/news.err
|
|
|
|
|
# news.notice /var/log/news/news.notice
|
1997-06-10 16:40:22 -04:00
|
|
|
!ppp
|
|
|
|
|
*.* /var/log/ppp.log
|