From 6e6b45d6f6a4f3b701178ec32603f3aaec3f8214 Mon Sep 17 00:00:00 2001 From: Michael Rennecke Date: Mon, 4 Dec 2023 22:12:21 +0100 Subject: [PATCH] use logserver --- roles/haproxy/templates/haproxy.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/haproxy/templates/haproxy.cfg b/roles/haproxy/templates/haproxy.cfg index d91d754..13e5f6a 100644 --- a/roles/haproxy/templates/haproxy.cfg +++ b/roles/haproxy/templates/haproxy.cfg @@ -1,6 +1,6 @@ global - log /dev/log local0 - log /dev/log local1 notice + log 127.0.0.1:514 local0 + log 127.0.0.1:514 local1 notice chroot /var/lib/haproxy stats socket /run/haproxy_admin.sock mode 660 level admin expose-fd listeners stats timeout 30s