From 1a629d444a4369e7dcf0452023c5791b0e04d7b6 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 14 Feb 2025 12:44:51 +0100 Subject: [PATCH] comment out service rsyslog --- 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 5f6de7b..dbd9085 100644 --- a/templates/haproxy_head.erb +++ b/templates/haproxy_head.erb @@ -4,10 +4,10 @@ global <% if @hy_log_local0 == true -%> - log /dev/log local0 + log /var/log/haproxy.log local0 <% end -%> <% if @hy_log_local1 == true -%> - log /dev/log local1 notice + log /var/log/haproxy.log local1 notice <% end -%> <% if @hy_hard_stop == true -%> hard-stop-after <%= @hy_hard_stop_value %>