I have configured in RSYSLOG, a rule so that the lines of the Fw (which are already tagged), are redirected to a specific file, so that:
: msg, startswith, "MyFirewall" - / milog / firewall.log & stop
: msg, regex, "^ [[0-9] . [0-9] *] MyFirewall" - / milog / firewall.log & stop
It works fine, but they're still showing up in the main log, either in / var / log / syslog or showing with "journalctl -f -a", and the volume is very loud and messy.
How could I prevent them from showing up in the general log?