Hi Johannes,

On 2011-05-17 17:21, Johannes Smith wrote:
> Hi, are there chances to get something like "option dontlogip" which
> dumps all logged ips with 0.0.0.0 (in order to stay compatibel with log
> analyzing tools)?

You could use something like syslog-ng to receive your log messages and
pipe them through a filter script before writing them to the disk, or
(which is probably a better idea), you could just let the syslog server
write everything to a buffer file which is then regularily cleared, e.g.
by a simple cron script.

If that script runs regularily enough, it should suffice any privacy
concerns as well as performance constraints.

--Holger

Reply via email to