How can I get Haproxy to not log local requests?
- by coneybeare
I am trying to clean out some of the log clutter from my machines and am starting by removing requests that are generated from the server themselves. I have cache warmers running around the clock and I don't want these polluting the logs.
I was able to get apache to stop logging local requests by adding a dontlog for the local IP:
SetEnvIf…