-# $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
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
#*.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