1 # $NetBSD: syslog.conf,v 1.9 2004/07/23 03:45:42 mycroft Exp $ 2 3 *.err;kern.*;auth.notice;authpriv.none;mail.crit /dev/console 4 *.info;auth,authpriv,cron,ftp,kern,lpr,mail.none /var/log/messages 5 kern.debug /var/log/messages 6 7 # The authpriv log file should be restricted access; these 8 # messages shouldn't go to terminals or publically-readable 9 # files. 10 auth,authpriv.info /var/log/authlog 11 12 cron.info /var/log/cron 13 ftp.info /var/log/xferlog 14 lpr.info /var/log/lpd-errs 15 mail.info /var/log/maillog 16 #uucp.info /var/spool/uucp/ERRORS 17 18 *.emerg * 19 #*.notice root 20