My configuration looks like this:

global
  daemon
  maxconn 256
  stats socket /var/run/haproxy/haproxy.sock mode 0600 level admin
  pidfile /var/run/haproxy.pid
  log 127.0.0.1 local1 debug

defaults
  log global
  mode http
  option httplog
  option dontlognull
  retries  3
  maxconn 1000
  timeout connect 5000ms
  timeout client 50000ms
  timeout server 50000ms

and more (frontend and backends) to follow.

I was expecting the logs in /var/log/syslog but can't find anything
there. Where else should I look at please?

Reply via email to