From 2b299119d5ef13167b2684a3eee330d7d84e9091 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 14 Feb 2025 12:49:52 +0100 Subject: [PATCH] remove clauses for logging --- templates/haproxy_head.erb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates/haproxy_head.erb b/templates/haproxy_head.erb index dbd9085..fc53693 100644 --- a/templates/haproxy_head.erb +++ b/templates/haproxy_head.erb @@ -3,12 +3,8 @@ ############################################################################### global -<% if @hy_log_local0 == true -%> log /var/log/haproxy.log local0 -<% end -%> -<% if @hy_log_local1 == true -%> log /var/log/haproxy.log local1 notice -<% end -%> <% if @hy_hard_stop == true -%> hard-stop-after <%= @hy_hard_stop_value %> <% end -%>