diff --git a/src/etc/syslog.conf b/src/etc/syslog.conf index dcf52252..0f924b0a 100644 --- a/src/etc/syslog.conf +++ b/src/etc/syslog.conf @@ -1,7 +1,6 @@ -# $OpenBSD: syslog.conf,v 1.13 2003/06/26 18:24:25 jmc Exp $ +# $OpenBSD: syslog.conf,v 1.14 2005/04/23 17:34:52 beck Exp $ # -*.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console *.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none /var/log/messages kern.debug;user.info;syslog.info /var/log/messages auth.info /var/log/authlog @@ -13,9 +12,15 @@ lpr.debug /var/log/lpd-errs mail.info /var/log/maillog #uucp.info /var/log/uucp -*.err root -*.notice;auth.debug root -*.alert root +# Uncomment this line to send "important" messages to the system +# console, beware that this could create lots of output. +# *.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console + +# Uncomment this to have all messages of notice level and higher +# as well as all authentication messages sent to root. +# *.notice;auth.debug root + +# Everyone gets emergency messages. *.emerg * # Uncomment to log to a central host named "loghost". You need to run