1 # hdw - linux /etc/syslog.conf
7 # we use special file for authentification stuff
8 auth,authpriv.* -/var/log/auth.log
10 # everything else to /var/log/sys.log
11 *.*;auth,authpriv.none -/var/log/sys.log
14 kern.* -/var/log/kern.log
15 mail.* -/var/log/mail.log
16 user.* -/var/log/user.log
18 *.warning -/var/log/warn.log
20 # and we still want messages file :)
21 *.info -/var/log/messages