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
|
1999-09-06 16:10:27 -04:00
|
|
|
cron.* /var/log/cron
|
2013-07-01 17:20:17 -04:00
|
|
|
!-devd
|
2003-04-23 09:08:31 -04:00
|
|
|
*.=debug /var/log/debug.log
|
1993-06-20 09:41:45 -04:00
|
|
|
*.emerg *
|
2019-09-17 16:03:20 -04:00
|
|
|
daemon.info /var/log/daemon.log
|
2001-02-17 15:27:58 -05:00
|
|
|
# uncomment this to log all writes to /dev/console to /var/log/console.log
|
2012-07-01 08:34:19 -04:00
|
|
|
# touch /var/log/console.log and chmod it to mode 600 before it will work
|
2001-02-17 15:27:58 -05:00
|
|
|
#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
|
2013-07-01 17:20:17 -04:00
|
|
|
# Uncomment this if you wish to see messages produced by devd
|
|
|
|
|
# !devd
|
2013-12-13 17:58:57 -05:00
|
|
|
# *.>=notice /var/log/devd.log
|
2009-06-11 11:07:02 -04:00
|
|
|
!*
|
2016-10-31 21:41:24 -04:00
|
|
|
include /etc/syslog.d
|
|
|
|
|
include /usr/local/etc/syslog.d
|