[BACK]Return to syslog.conf CVS log [TXT][DIR] Up to [local] / src / etc

File: [local] / src / etc / syslog.conf (download)

Revision 1.3, Sun Dec 15 19:59:27 1996 UTC (27 years, 6 months ago) by millert
Branch: MAIN
Changes since 1.2: +24 -10 lines

Now with more fiber.  Now is more of a "real world" config.  Some ideas
taken from NetBSD.

#	$OpenBSD: syslog.conf,v 1.3 1996/12/15 19:59:27 millert Exp $
#

*.err;kern.debug;auth.notice;authpriv.none;mail.crit	/dev/console
*.notice;auth,authpriv,cron,ftp,kern,lpr,mail,user.none	/var/log/messages
kern.debug,user.info,syslog.info			/var/log/messages
auth.info						/var/log/authlog
authpriv.debug						/var/log/secure
cron.info						/var/cron/log
daemon.info						/var/log/daemon
ftp.info						/var/log/xferlog
lpr.debug						/var/log/lpd-errs
mail.info						/var/log/maillog
#local2.debug						/var/log/chat
#uucp.info						/var/log/uucp

*.err							root
*.notice;auth.debug					root
*.alert							root
*.emerg							*

# Uncomment to log to a central host named "loghost"
#*.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