# # 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. # *.err;kern.debug;auth.notice;user.none /dev/console *.err;kern.debug;mail.crit;user.none /var/adm/messages lpr.debug /var/adm/lpd-errs # You may want to add operator to the following if your operator # is a traditional Unix style operator. *.alert;kern.err;daemon.err root *.emerg;user.none * # for loghost machines, to have authentication messages (su, login, etc.) # logged to a file, un-comment out the following line and adjust the file name # as appropriate. # auth.notice /var/log/authlog auth.notice /var/log/syslog daemon.info /var/log/syslog mail.debug /var/log/syslog kern.debug /var/log/syslog # following line for compatibility with old sendmails. they will send # messages with no facility code, which will be turned into "user" messages # by the local syslog daemon. only the "loghost" machine needs the following # line, to cause these old sendmail log messages to be logged in the # mail syslog file. # user.alert /var/log/syslog # # non-loghost machines will use the following lines to cause "user" # log messages to be logged locally. # user.err /dev/console user.err /var/adm/messages user.err /var/log/syslog user.alert /var/log/syslog # Send most everything to the LogMaster *.emerg;*.alert;*.crit;*.err;*.warning;*.notice;*.info;mail.none @logmaster kern.debug;mail.crit;mail.err @logmaster