# /etc/syslog.conf for Linux # Eric Myers - University of Michigan Physics Department # @(#) $Revision: 1.1 $ $Date: 1998/10/17 18:30:02 $ # # For info about the format of this file, see "man syslog.conf" # (the BSD man page), and /usr/doc/sysklogd/README.linux. # # NOTE: YOU HAVE TO USE TABS HERE - NOT SPACES. # # Last updated: -EAM 25Jan1999 # # All warnings and Authorization info goes to the console # *.warning;auth.notice /dev/console # # separate logs for separate things # daemon.info;*.warning;kern.none /var/log/messages kern.info /var/log/syslog mail.info /var/log/mail.log auth.info /var/log/auth.log # # This may produce too much output, but it can also be useful # *.=debug /var/log/debug # # All warnings/authorization also goes to loghost # *.warning;auth.notice @meitner.physics.lsa.umich.edu