From 89a1a60385ed9ec3225e4219ec6e9fee294f92b3 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 14 Feb 2025 12:54:49 +0100 Subject: [PATCH] remove clauses for logging --- templates/haproxy_head.erb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/haproxy_head.erb b/templates/haproxy_head.erb index fc53693..01cced0 100644 --- a/templates/haproxy_head.erb +++ b/templates/haproxy_head.erb @@ -3,20 +3,20 @@ ############################################################################### global - log /var/log/haproxy.log local0 - log /var/log/haproxy.log local1 notice + log /var/log/haproxy.log local0 + log /var/log/haproxy.log local1 notice <% if @hy_hard_stop == true -%> hard-stop-after <%= @hy_hard_stop_value %> <% end -%> <% if @hy_show_stats == true -%> - stats socket /var/lib/haproxy/stats - stats timeout 30s + stats socket /var/lib/haproxy/stats + stats timeout 30s <% end -%> - chroot <%= @hy_chroot %> - pidfile <%= @hy_pid %> - maxconn <%= @hy_maxconn %> - user <%= @hy_user_name %> - group <%= @hy_user_name %> + chroot <%= @hy_chroot %> + pidfile <%= @hy_pid %> + maxconn <%= @hy_maxconn %> + user <%= @hy_user_name %> + group <%= @hy_user_name %> daemon # utilize system-wide crypto-policies