Alexander Minza <alexander.minza@...> writes: > However, I would like to log just the errors, thus after setting the log level > to err it seems that it is logging again all the requests, not just those > resulting in a HTTP error from the backend response.
Adding the following lines to the backend config section:
no log
log /dev/log local1 err
does not seem to have any effect - the log is still populated with HTTP 200 OK
requests.

