remove clauses for logging

This commit is contained in:
Arne Teuke
2025-02-14 12:54:49 +01:00
parent 2b299119d5
commit 89a1a60385

View File

@@ -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