From c4afc85f5879287b69cd1de561fda054a7439caa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 26 Jun 2025 21:40:38 -0500 Subject: [PATCH] Update 01-ignore-session-messages.conf --- conf/rsyslog/01-ignore-session-messages.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/rsyslog/01-ignore-session-messages.conf b/conf/rsyslog/01-ignore-session-messages.conf index d68a7088..fdfe088e 100644 --- a/conf/rsyslog/01-ignore-session-messages.conf +++ b/conf/rsyslog/01-ignore-session-messages.conf @@ -1,6 +1,7 @@ if ( ($syslogtag startswith 'systemd[' or $syslogtag startswith 'systemd-logind[') and ( + re_match($msg, 'session-') or re_match($msg, 'Started Session') or re_match($msg, 'Deactivated') or re_match($msg, 'Consumed') or