Dear,
can you please guide me with exact configuration to enable http logging for front-end and back-end.
global
maxconn 2000
chroot /etc/haproxy
log 127.0.0.1:514 local0 notice
daemon
above is my current configuration, when I use “strace -tt -s100 -etrace=sendmsg -p 46895”, i can see the log, but could not locate any log files. Am i missing anything?