Re: How to enable log file ?

2013-12-07 Thread Clémence Varroi
Hi, Just 2 things. First one in your config (global context) :   log /dev/log local0 info   log /dev/log local0 notice Second one, in rsyslog.conf (if you are on Ubuntu):  create a /etc/rsyslog.d/haproxy.conf if ($programname == 'haproxy' and $syslogseverity-text == 'info') then -/var/log/h

How to enable log file ?

2013-12-07 Thread Fred Pedrisa
Hello, I wanted to enable the usage of log files, to check what is happening with the tcp connections, that sometimes are closed without a clear reason. How can I do it ?