Update 01-ignore-session-messages.conf

This commit is contained in:
2025-06-26 21:40:38 -05:00
parent 25a02819e8
commit c4afc85f58

View File

@@ -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