From: Frantisek Sumsal Date: Mon, 15 Apr 2024 15:16:18 +0000 (+0200) Subject: man: slightly reword LogFilterPatterns= description X-Git-Tag: v256-rc1~165^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad444dd8e85882d2f3d16f2335322416a3be1e9a;p=thirdparty%2Fsystemd.git man: slightly reword LogFilterPatterns= description As there was something missing in the existing sentence. --- 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.