diff --git a/src/etc/syslog.conf b/src/etc/syslog.conf index 69179f5d..fa22aa13 100644 --- a/src/etc/syslog.conf +++ b/src/etc/syslog.conf @@ -1,4 +1,4 @@ -# $OpenBSD: syslog.conf,v 1.5 1997/05/29 20:00:54 deraadt Exp $ +# $OpenBSD: syslog.conf,v 1.6 2000/04/02 21:39:42 millert Exp $ # *.err;kern.debug;auth.notice;authpriv.none;mail.crit /dev/console @@ -12,7 +12,6 @@ ftp.info /var/log/xferlog lpr.debug /var/log/lpd-errs mail.info /var/log/maillog local0.info /var/log/ipflog -#local2.debug /var/log/chat #uucp.info /var/log/uucp *.err root @@ -28,3 +27,11 @@ local0.info /var/log/ipflog #*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none @loghost #kern.debug,user.info,syslog.info @loghost #auth.info,authpriv.debug,daemon.info @loghost + +# Uncomment to log messages from sudo(8) and chat(8) to their own +# respective log files. Matches are done based on the program name +# Program-specific logs: +#!sudo +#*.* /var/log/sudo +#!chat +#*.* /var/log/chat