From ad444dd8e85882d2f3d16f2335322416a3be1e9a Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Mon, 15 Apr 2024 17:16:18 +0200 Subject: [PATCH] man: slightly reword LogFilterPatterns= description As there was something missing in the existing sentence. --- man/systemd.exec.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index b6e75565da3..64b7b07fc7f 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -3175,8 +3175,8 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX \x7efoobar would add a pattern matching ~foobar to the allow list. Log messages are tested against denied patterns (if any), then against allowed patterns - (if any). If a log message matches any of the denied patterns, it will be discarded, whatever the - allowed patterns. Then, remaining log messages are tested against allowed patterns. Messages matching + (if any). If a log message matches any of the denied patterns, it is discarded immediately without considering + allowed patterns. Remaining log messages are tested against allowed patterns. Messages matching against none of the allowed pattern are discarded. If no allowed patterns are defined, then all messages are processed directly after going through denied filters. -- 2.47.3