From 41f2f5aa98cb4e35002c2f78139a7307cd643c25 Mon Sep 17 00:00:00 2001 From: David Bezemer Date: Tue, 21 Apr 2020 17:12:57 +0200 Subject: [PATCH] Don't tag leftover messages --- SOURCES/haproxy.syslog.el7 | 3 +-- SOURCES/haproxy.syslog.el8 | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/SOURCES/haproxy.syslog.el7 b/SOURCES/haproxy.syslog.el7 index 6e9bdc4..05d1337 100644 --- a/SOURCES/haproxy.syslog.el7 +++ b/SOURCES/haproxy.syslog.el7 @@ -15,5 +15,4 @@ if $programname startswith 'haproxy' then { if $syslogseverity <= 5 then action(type="omfile" file="/var/log/haproxy/status.log" template="HAProxy") stop -} else - action(type="omfile" file="/var/log/messages") \ No newline at end of file +} \ No newline at end of file diff --git a/SOURCES/haproxy.syslog.el8 b/SOURCES/haproxy.syslog.el8 index 6e9bdc4..05d1337 100644 --- a/SOURCES/haproxy.syslog.el8 +++ b/SOURCES/haproxy.syslog.el8 @@ -15,5 +15,4 @@ if $programname startswith 'haproxy' then { if $syslogseverity <= 5 then action(type="omfile" file="/var/log/haproxy/status.log" template="HAProxy") stop -} else - action(type="omfile" file="/var/log/messages") \ No newline at end of file +} \ No newline at end of file