Don't see anything in the logs. (Solaris)

From: Brian Gupta <brian.gupta#gmail.com>
Date: Fri, 2 May 2008 14:50:50 -0400


I put the following in syslog.conf and restarted syslog:


local0.debug                                    /var/log/haproxy

Running:



"logger -p local0.debug test7" logs "May 2 18:33:55 xxxx.xxxx.com root: [ID 702911 local0.debug] test7". This means the local0 facility is configured properly.

I have the following relevant options in my haproxy.cfg:



global
       daemon
       log 127.0.0.1   local0
       pidfile /var/run/haproxy.pid
       user haproxy
       group haproxy

defaults
       log global
       option httplog

Running:



"./haproxy -f /etc/haproxy.cfg" doesn't show anything in the logfile. Neither does "./haproxy -f /etc/haproxy.cfg -D -p /var/run/haproxy.pid
-sf $(</var/run/haproxy.pid)" (refresh config)

Hitting the listener with a browser doesn't yield any logs either. What am I missing?

Thanks,
Brian

--

Received on 2008/05/02 20:50

This archive was generated by hypermail 2.2.0 : 2008/05/02 21:00 CEST