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
5kern.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.
10auth,authpriv.info					/var/log/authlog
11
12cron.info						/var/log/cron
13ftp.info						/var/log/xferlog
14lpr.info						/var/log/lpd-errs
15mail.info						/var/log/maillog
16#uucp.info						/var/spool/uucp/ERRORS
17
18*.emerg							*
19#*.notice						root
20