From 72396e4819a73928e709d1f622f184ebdc6a57ca Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 14 Feb 2025 13:26:34 +0100 Subject: [PATCH] change logging defaults --- manifests/params.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/params.pp b/manifests/params.pp index dcea9dd..80f7398 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -99,8 +99,8 @@ $hy_user_home = '/var/lib/haproxy', $hy_user_shell = '/sbin/nologin', # logging -$hy_log_local0 = '/dev/log local0', -$hy_log_local1 = '/dev/log local1 notice', +$hy_log_local0 = '127.0.0.1:514 local0', +$hy_log_local1 = '127.0.0.1:514 local1 notice', $hy_log_target = '127.0.0.1', $hy_log_facility = 'local2', $hy_log_default = 'global',