diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index d91d754..13e5f6a 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -1,6 +1,6 @@ global - log /dev/log local0 - log /dev/log local1 notice + log 127.0.0.1:514 local0 + log 127.0.0.1:514 local1 notice chroot /var/lib/haproxy stats socket /run/haproxy_admin.sock mode 660 level admin expose-fd listeners stats timeout 30s