Hi,

I want to redirect the logs generated by HAProxy into some specific file .I
read that in the global section in log option i can put a file location
instead of IP address.I tried using that setting but it dint work for me,
also i enabled tcp logging in my listener but no luck.Could any body tell
if i am missing something.Here is my configuration:
global
........
log         /opt/app/workload/haproxy/log/haproxy.log syslog info
........


listen rabbitmq_perfCluster   *:5693
mode       tcp
maxconn    32000
option     allbackups
option tcplog
option logasap
log global
balance    roundrobin


Thanks & Regards,
Kuldip madnani

Reply via email to