python - Is there a way to select which types of HTTP requests are logged by pyramid_debugtoolbar? -
i trying check performance on app hosted behind haproxy load balancer. load balancer checking service health sending head query root uri /
. because happens once second, legitimate requests scroll off list pretty quickly.
is there way can selectively disable logging of head requests?
Comments
Post a Comment