Hi Dave! > This generates no output at all: > # Application listener - this is for the i-ready application itself > frontend http_proxy > log 10.10.1.177 local0 warning > option dontlognull > option dontlog-normal # turn off logging of regular, ie 'not > abnormal' traffic > option httplog
This seems to be expected, dontlog-normal suppresses all 4xx errors as well. Only server side errors (5xx) are logged: http://cbonte.github.io/haproxy-dconv/configuration-1.4.html#4.2-option%20dontlog-normal Regards, Lukas

