# /etc/rsyslog.d/mysql_clustercheck.conf # # systemd log fixup - No, we don't want to log mysql clustercheck systemd # messages everytime haproxy connects (every 500ms per LB in our case) if $programname == 'systemd' and $msg contains 'Starting MySQL Clustercheck' then stop if $programname == 'systemd' and $msg contains 'Started MySQL Clustercheck' then stop