I am trying to check performance on an app that is hosted behind a haproxy load balancer. The load balancer is currently checking service health by sending a HEAD query to the root uri /
. Because this happens once a second, the legitimate requests scroll off the list pretty quickly.
Is there a way that I can selectively disable logging of HEAD requests?