Ray Dzek: > We are load balancing our Postfix servers and as part of that there > is a connection test to ensure the services are running. So the > logs fill with connection checks. Is there a way to suppress those > connections from the logs?
Even with one connect/disconnect event per second, the daily logfile compression job would reduce those logfile records to just a few hundred kilobytes (I get 15x compression with bzip2). On a busy server the logging from the prober would be a drop in a bucket. You can eliminate the logs with rsyslogd configuration. This was discussed here only a day or so ago. Wietse