Is there a way to select which types of HTTP requests are logged by pyramid_debugtoolbar?

42 views Asked by At

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?

0

There are 0 answers