# Log low priorities messages to a tty (avoid unnecessary disk # spin up) *.debug;\ *.info;\ *.notice;\ *.warning /dev/tty8 # Log all kernel messages to the console. # Logging much else clutters up the screen. #kern.* /dev/console # Log anything (except mail) of level info or higher. # Don't log private authentication messages! mail.none;authpriv.none;cron.none -/var/log/messages # The authpriv file has restricted access. authpriv.*;\ authpriv.!=info;\ authpriv.!=debug;\ authpriv.!=notice;\ authpriv.!=warning /var/log/secure # Log all the mail messages in one place. mail.*;\ mail.!=info;\ mail.!=debug;\ mail.!=notice;\ mail.!=warning /var/log/messages # Log cron stuff cron.*;\ cron.!=info;\ cron.!=debug;\ cron.!=notice;\ cron.!=warning /var/log/cron # Everybody gets emergency messages *.emerg * # Save news errors of level crit and higher in a special file. uucp,news.crit /var/log/spooler # Save boot messages also to boot.log local7.*;\ local7.!=info;\ local7.!=debug;\ local7.!=notice;\ local7.!=warning /var/log/boot.log