aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2005-03-12 12:31:16 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2005-03-12 12:31:16 +0000
commit909195453579cb4dd00878476f26abb71dec265f (patch)
tree62cee0789ff238d8d3e0617105fa4d9860b5fdc4 /etc
parent92081a83448485450fc19bdce8f5c23449f29dd4 (diff)
downloadsrc-909195453579cb4dd00878476f26abb71dec265f.tar.gz
src-909195453579cb4dd00878476f26abb71dec265f.zip
Fix a terrible braino in last commit. Put kern.debug back to /var/log/messages
and do exactly what last commit message described.
Notes
Notes: svn path=/head/; revision=143462
Diffstat (limited to 'etc')
-rw-r--r--etc/syslog.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf
index 507bd0fdeb9b..cf8667a73d19 100644
--- a/etc/syslog.conf
+++ b/etc/syslog.conf
@@ -5,8 +5,8 @@
# separators. If you are sharing this file between systems, you
# may want to use only tabs as field separators here.
# Consult the syslog.conf(5) manpage.
-*.err;kern.debug;auth.notice;mail.crit /dev/console
-*.notice;authpriv.none;kern.warning;lpr.info;mail.crit;news.err /var/log/messages
+*.err;kern.warning;auth.notice;mail.crit /dev/console
+*.notice;authpriv.none;kern.debug;lpr.info;mail.crit;news.err /var/log/messages
security.* /var/log/security
auth.info;authpriv.info /var/log/auth.log
mail.info /var/log/maillog