[email protected]: > Is there a feature in postfix to disable logging of a client based on > host/ip? > For example, a connection from trusted/private IP not to be logged? > End goal, im trying to silence HAPROXY heartbeat checks that are > spamming the log.
With rsyslog, use something like this near the top of rsyslog.conf.
:msg, contains, "whatever" ~
However, this kind of repeated information compresses fantabulously.
Wietse
