change logging defaults

This commit is contained in:
Arne Teuke
2025-02-14 13:26:34 +01:00
parent 9e353bebff
commit 72396e4819

View File

@@ -99,8 +99,8 @@ $hy_user_home = '/var/lib/haproxy',
$hy_user_shell = '/sbin/nologin', $hy_user_shell = '/sbin/nologin',
# logging # logging
$hy_log_local0 = '/dev/log local0', $hy_log_local0 = '127.0.0.1:514 local0',
$hy_log_local1 = '/dev/log local1 notice', $hy_log_local1 = '127.0.0.1:514 local1 notice',
$hy_log_target = '127.0.0.1', $hy_log_target = '127.0.0.1',
$hy_log_facility = 'local2', $hy_log_facility = 'local2',
$hy_log_default = 'global', $hy_log_default = 'global',