|
Thanks for that, as it turns out (hangs head in shame) the problem was
with syslog. I had not configured HAProxy to usr the local0 socket
properly. I should have had the entry !haproxy above the local0 entry
instead of +127.0.0.1 this allowed the haproxy process to communicate
with the log. Logging works fine now. I also added the entry +localhost
to the top of /etc/syslog.conf but I don't really think that had much
to do with it. cheers Wil Angelo Höngens wrote: I'm running almost the same config here (FreeBSD 7.2 instead of 7.0), and it's working fine here:--from /etc/rc.conf: apache22_enable="YES" syslogd_flags="-a 127.0.0.1:*" --from /etc/syslog.conf local0.* /var/log/haproxy.log $ ps auxw | grep syslog root 1505 0.0 0.0 5692 1204 ?? Ss Fri05PM 0:01.72 /usr/sbin/syslogd -a 127.0.0.1:* in my haproxy.conf is: global log 127.0.0.1 local0 notice --
![]() | ||||||||||||||||
- HAProxy not writing to logs. William Angus
- RE: HAProxy not writing to logs. Angelo Höngens
- Re: HAProxy not writing to logs. William Angus
- Re: HAProxy not writing to logs. Willy Tarreau


