Home | History | Annotate | Line # | Download | only in etc
syslog.conf revision 1.1.1.2
      1 *.err;kern.*;auth.notice;authpriv.none;mail.crit	/dev/console
      2 *.notice;*.info;authpriv,ftp.none;kern.debug;mail.crit	/var/log/messages
      3 
      4 # The authpriv log file should be restricted access; these
      5 # messages shouldn't go to terminals or publically-readable
      6 # files.
      7 authpriv.*                                    		/var/log/secure
      8 
      9 lpr.info						/var/log/lpd-errs
     10 mail.*							/var/log/maillog
     11 uucp.info						/var/spool/uucp/ERRORS
     12 ftp.*							/var/log/ftp.log
     13 
     14 *.emerg							*
     15 *.alert							root
     16 *.err,authpriv.none					root
     17 *.notice;auth.debug					root
     18