log to syslog not working?

From: Scott Smith <scott#kontera.com>
Date: Thu, 20 Dec 2007 20:34:59 -0800


[snip]
# grep log haproxy.conf

         log 127.0.0.1 local0
         option httplog

# grep local0 /etc/syslog.conf
local0.* /var/log/haproxy.log
# ls -l /etc/syslog.conf

-rw-r--r-- 1 root root 729 Dec 12 18:01 /etc/syslog.conf
# ps -ef | egrep -e '(haproxy|syslog)'

root 30129 1 1 20:12 ? 00:00:03 /usr/local/sbin/haproxy -D -f /usr/local/etc/haproxy.conf -p /var/run/haproxy.pid
root     30245     1  0 20:14 ?        00:00:00 syslogd -r -m 0
root     30563 19629  0 20:19 pts/0    00:00:00 egrep -e (haproxy|syslog)

# ls -l /var/log/haproxy.log

-rw-r--r-- 1 root root 0 Dec 12 18:01 /var/log/haproxy.log [/snip]

what gives? am i missing something blatantly obvious here? :(

-scott Received on 2007/12/21 05:34

This archive was generated by hypermail 2.2.0 : 2007/12/21 05:45 CET