You can add it to that...
Code:
Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;*.=notice;*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none;\
ftp.!info -/var/log/messages
I make separate files...
Code:
Some "catch-all" log files.
#
*.=debug;\
auth,authpriv.none;\
news.none;mail.none -/var/log/debug
*.=info;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none;\
ftp.!info -/var/log/messages.info
*.=notice;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages.notice
*.=warn;\
auth,authpriv.none;\
cron,daemon.none;\
mail,news.none -/var/log/messages.warn