Hello,
It seems my haproxy configuration is logging all web requrests and
duplicating the logging to /var/log/messages, /var/log/syslog along with
/var/log/haproxy.log.
I would only like to have this logging to be recorded in /var/log/haproxy
and only service level (errors, alerts, etc) to be logged into
/var/log/syslog or messages.
haproxy.cfg logging config is as follows;
global
log 127.0.0.1 local1 notice
log 127.0.0.1 local0
maxconn 4096
user haproxy
group haproxy
daemon
...
any ideas?
thanks.
tom.