❦ 28 février 2018 17:51 +1100, Igor Cicimov <[email protected]> :
>> > Actually spoke too soon, still have an issue. One of the servers started
>> > logging there but then stopped and on the other the file is still empty.
>>
>> Is the issue fixed just by restarting HAProxy or does it persist after
>> that?
>
> No restart didn't help still same.
Those commands should help understand the situation better (you may have
to adapt them if pidof returns several PID).
ls -l /var/lib/haproxy/dev/log
lsof -n -p $(pidof haproxy) | grep dev/log
lsof -n -p $(pidof rsyslogd) | grep haproxy/dev/log
--
The surest protection against temptation is cowardice.
-- Mark Twain