diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 77db873..27cabbe 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -1,7 +1,7 @@ # {{ ansible_managed }} global - log /dev/log local0 - log /dev/log local1 notice + log /dev/log local0 err + log /dev/log local1 err chroot /var/lib/haproxy stats socket /run/haproxy/admin.sock mode 660 level admin expose-fd listeners stats timeout 30s @@ -141,4 +141,4 @@ backend oidc_test http-request set-header X-Forwarded-Prefix {{ haproxy_oidc_test_base_path }} server oidc-test 127.0.0.1:8080 check -{% endif %} \ No newline at end of file +{% endif %}