Using rsyslog.conf on Ubuntu -
The default line for /var/log/messages in 50-default.conf is:
*.*;auth,authpriv.none -/var/log/syslog
I'm starting to log a lot of things at the local7 level - with a line like:
local7.* /my/file/name
All of the local7 messages are showing up in /var/log/syslog, which of course is not what I want. I can't quite nail the filter syntax to remove them...