From 9d5df8d8047c5ed36dd84a621726adf0456d9960 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Fri, 2 Aug 2024 09:46:16 +0200 Subject: [PATCH] haproxy: send logs to local5 by default, to be compatible with default evolinux rsyslog config --- CHANGELOG.md | 1 + haproxy/templates/haproxy.default.cfg.j2 | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 699f1a63..d1097ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,6 +38,7 @@ The **patch** part is incremented if multiple releases happen the same month * evolinux-base: Customize logcheck recipient when serveur-base is installed * evolinux-base/evolinux-users: simplify ssh split configuration * evomaintenance: upstream release 24.08 +* haproxy: send logs to local5 by default, to be compatible with default evolinux rsyslog config * log2mail: task log2mail.yml of evolinux-base converted to a role * lxc-solr: update solr9 version + fix URL in README * minifirewall: Update from upsteam (24.07) diff --git a/haproxy/templates/haproxy.default.cfg.j2 b/haproxy/templates/haproxy.default.cfg.j2 index 0f13e54d..4745c842 100644 --- a/haproxy/templates/haproxy.default.cfg.j2 +++ b/haproxy/templates/haproxy.default.cfg.j2 @@ -1,8 +1,8 @@ # {{ ansible_managed }} global - log /dev/log local0 - log /dev/log local1 notice + log /dev/log local5 + log /dev/log local5 notice chroot {{ haproxy_chroot }} stats socket {{ haproxy_socket }} mode 660 level admin stats timeout 30s