Update 01-ignore-session-messages.conf
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
if (
|
if (
|
||||||
($syslogtag startswith 'systemd[' or $syslogtag startswith 'systemd-logind[') and
|
($syslogtag startswith 'systemd[' or $syslogtag startswith 'systemd-logind[') and
|
||||||
(
|
(
|
||||||
|
re_match($msg, 'session-') or
|
||||||
re_match($msg, 'Started Session') or
|
re_match($msg, 'Started Session') or
|
||||||
re_match($msg, 'Deactivated') or
|
re_match($msg, 'Deactivated') or
|
||||||
re_match($msg, 'Consumed') or
|
re_match($msg, 'Consumed') or
|
||||||
|
|||||||
Reference in New Issue
Block a user