diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-03-16 13:39:59 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2005-03-16 13:39:59 +0000 |
| commit | 1d573cce4907071b4ba7ddfb022f305a218706e7 (patch) | |
| tree | 2cfba743251a64a52f418f98dcaee7a4e0a0e375 /etc | |
| parent | 8d0c0dd53105b19d29b2eb631fc747332b21bc2c (diff) | |
Notes
Diffstat (limited to 'etc')
| -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 507bd0fdeb9b0..cf8667a73d19c 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 |
