View Comments
I'd like to separate my logs to facilitate analyze and monitoring of what's going on.
So, it's easy. Shorewall by default log using "Shorewall:" prefix. Create the file:
/etc/rsyslog.d/10-shorewall.conf
:msg, startswith, "Shorewall:" -/var/log/shorewall.log
& ~
The second line discard the message ...