Hi everyone! Thank you for your great work on building and supporting HAProxy!
How does one adjust logging level or disable logging altogether for specific backends in HAProxy? In the example below, both directives "*http-request set-log-level err*" and "*no log*" seem to have no effect - the logs are swamped with lines of successful HTTP status 200 OK records. global > log /dev/log local0 > log /dev/log local1 notice ... defaults > log global > mode http > option httplog > option dontlognull ... backend static > http-request set-log-level err > no log Crosspost: http://serverfault.com/questions/649826/disable-http-logging-for-specific-backend-in-haproxy

