diff options
author | glebius <glebius@FreeBSD.org> | 2005-03-12 12:31:16 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2005-03-12 12:31:16 +0000 |
commit | 658ce1812571cfee3a3f4f0ab0edc7adb4d128a7 (patch) | |
tree | 62cee0789ff238d8d3e0617105fa4d9860b5fdc4 /etc/syslog.conf | |
parent | 71f9db7b644e4670e80a899a0b06f5fdc76a4101 (diff) | |
download | FreeBSD-src-658ce1812571cfee3a3f4f0ab0edc7adb4d128a7.zip FreeBSD-src-658ce1812571cfee3a3f4f0ab0edc7adb4d128a7.tar.gz |
Fix a terrible braino in last commit. Put kern.debug back to /var/log/messages
and do exactly what last commit message described.
Diffstat (limited to 'etc/syslog.conf')
-rw-r--r-- | etc/syslog.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/syslog.conf b/etc/syslog.conf index 507bd0f..cf8667a 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 |