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