syslog.conf revision 1.5
1#	$OpenBSD: syslog.conf,v 1.5 1997/05/29 20:00:54 deraadt Exp $
2#
3
4*.err;kern.debug;auth.notice;authpriv.none;mail.crit	/dev/console
5*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none	/var/log/messages
6kern.debug,user.info,syslog.info			/var/log/messages
7auth.info						/var/log/authlog
8authpriv.debug						/var/log/secure
9cron.info						/var/cron/log
10daemon.info						/var/log/daemon
11ftp.info						/var/log/xferlog
12lpr.debug						/var/log/lpd-errs
13mail.info						/var/log/maillog
14local0.info						/var/log/ipflog
15#local2.debug						/var/log/chat
16#uucp.info						/var/log/uucp
17
18*.err							root
19*.notice;auth.debug					root
20*.alert							root
21*.emerg							*
22
23# Uncomment to log to a central host named "loghost".   You need to run
24# syslogd with the -u option on the remote host if you are using this.
25# (This is also required to log info from things like routers and
26# ISDN-equipment).  If you run -u, you are vulnerable to syslog bombing,
27# and should consider using ipf to block external syslog packets
28#*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none	@loghost
29#kern.debug,user.info,syslog.info				@loghost
30#auth.info,authpriv.debug,daemon.info				@loghost
31