# /etc/syslog.conf for Linux # Eric Myers - University of Michigan Physics Department # @(#) $Revision: 1.3 $ $Date: 1999/08/02 14:32:40 $ # # 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 29Feb2000 ## # All warnings and Authorization info goes to the console *.warning;auth.info;daemon.info /dev/console *.notice;auth.info;daemon.info /dev/ttyS0 ## # All warnings/authorization also goes to loghost(s) *.notice;authpriv.info;auth.info @gibbs.physics.lsa.umich.edu *.notice;auth.info @yuling.physics.lsa.umich.edu *.notice;auth.info @loghost.physics.lsa.umich.edu ## # separate logs for separate things daemon.info;*.notice;kern.info /var/log/messages kern.info /var/log/syslog mail.info /var/log/mail.log auth.info;authpriv.info /var/log/auth.log ## # This may produce too much output, but it can also be useful *.=debug /var/log/debug #