Le 19/04/2018 à 09:35, [email protected] a écrit :
Hi,
I have lines like these:
Apr 19 09:32:03 lb-prod haproxy[16717]: 127.0.0.1:50898
[19/Apr/2018:09:32:03.174] srv-pub-front-ssl srv-pub-back-ssl/WINSRV
0/0/0/36/290 500 284 - - --VN 3/1/0/1/0 0/0 "POST /SaveStatistics
HTTP/1.1"
Does that mean that the backend-server (WINSRV) replied with a code 500?
Hello,
Haproxy 1.7 :
http://cbonte.github.io/haproxy-dconv/1.7/configuration.html#8.2.3
Haproxy 1.8 :
http://cbonte.github.io/haproxy-dconv/1.8/configuration.html#8.2.3
you will find anything you want about Haproxy HTTP log.
If you use the default HTTP log format then yes the status code is 500
in your example.