Hi guys, There is a question regarding log setting in haproxy.Couldn’t find any answers in documentation. In my config file there is one string : log 127.0.0.1 local6. After it when i restart haproxy i see from netstat -nlp output that there were spawned UDP listener which listens on all interfaces and high random port. As i understood this is done to provide communication to rsyslog daemon. Is there any way to bind it to just one interface ? Or better use unix domain socket path to communicate with rsyslog ?
Regards

