From 8d22bbf4ee2f9ec2914829a187b9b2796e763a72 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 14 Feb 2025 12:58:46 +0100 Subject: [PATCH] change logging defaults --- templates/haproxy_head.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/haproxy_head.erb b/templates/haproxy_head.erb index 01cced0..6538131 100644 --- a/templates/haproxy_head.erb +++ b/templates/haproxy_head.erb @@ -3,8 +3,8 @@ ############################################################################### global - log /var/log/haproxy.log local0 - log /var/log/haproxy.log local1 notice + log 127.0.0.1:514 local0 + log 127.0.0.1:514 local1 notice <% if @hy_hard_stop == true -%> hard-stop-after <%= @hy_hard_stop_value %> <% end -%>