I am trying to prevent logging 2xx responses from HAProxy on my Openshift Django server. I saw this question, but adding option dontlog-normal
(and leaving the rest of the file as it was) in haproxy/conf/haproxy.cfg
did not make a difference.
How can I stop 2xx response logging from HAProxy?