#ident	"@(#)syslog.conf	1.3	93/12/09 SMI"	/* SunOS 5.0 */
#
# Copyright (c) 1991-1993, by Sun Microsystems, Inc.
#
# syslog configuration file.
#
# This file is processed by m4 so be careful to quote (`') names
# that match m4 reserved words.  Also, within ifdef's, arguments
# containing commas must be quoted.
#
# Note: Have to exclude user from most lines so that user.alert
#	and user.emerg are not included, because old sendmails
#	will generate them for debugging information.  If you
#	have no 4.2BSD based systems doing network logging, you
#	can remove all the special cases for "user" logging.
#
#
# non-loghost machines will use the following lines to cause "user"
# log messages to be logged locally.
#
ifdef(`LOGHOST',
auth.notice					/dev/console
*.err;auth.none;daemon.none			/dev/console
*.err;kern.debug;mail.crit			/var/adm/messages
daemon.info					/var/adm/daemonlog

#*.alert;kern.err;daemon.err;user.none		operator
#*.alert;user.none				root

#*.emerg;user.none				*

auth.notice			 		/var/adm/authlog
auth.info			 		/var/adm/authlog.info
mail.debug			 		/var/adm/syslog
##  Log news messages to separate files.
news.crit					/var/adm/news/news.crit
news.err					/var/adm/news/news.err
news.notice					/var/adm/news/news.notice
local6.debug					/var/adm/tacacs.log
local3.notice					/var/adm/ntplog
#cron.debug					/var/adm/cronlog
,
*.debug						@loghost
)
