RE: Quick question on logging from HaProxy.

From: Lauro, John <jlauro#umflint.edu>
Date: Mon, 22 Oct 2007 08:52:38 -0400


First make sure you have syslog listening on udp. By default for newer installs, syslog only uses sockets which haproxy doesn't support.

netstat -ul
should include:

udp        0      0 *:syslog                    *:*



> -----Original Message-----
> From: lists [mailto:lists#loadbalancer.org]
> Sent: Monday, October 22, 2007 7:28 AM
> To: haproxy#formilux.org
> Subject: Quick question on logging from HaProxy.
>
>
> I'm trying to use the following for logging inside a listen
statement:
>
> option httplog
> option dontlognull
> log 127.0.0.1 local3
>
> and in syslog.conf I've got:
>
> # Exclude authpriv, cron, mail, and news. These are logged
elsewhere.
> *.*;\
> authpriv.none;cron.none;mail.none;news.none -/var/log/syslog
>
> But I don't get any messages in syslog?
> Am I missing something?
>
> Regards,
> Malcolm.
>
>
Received on 2007/10/22 14:52

This archive was generated by hypermail 2.2.0 : 2007/11/04 19:21 CET