From 552dc4a97c3de76afb0bb0ef8dbe463382e93838 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Apr 2024 11:37:41 +0200 Subject: [PATCH] man: document explicitly that LogExtraFields= and LogFilterPatterns= are for system service only for now Fixes: #29956 --- man/systemd.exec.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 598a399b93a..7e49d8e267f 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -3136,6 +3136,9 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX values are indexed may also be used to implement cross-unit log record matching. Assign an empty string to reset the list. + Note that this functionality is currently only available in system services, not in per-user + services. + @@ -3191,6 +3194,9 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX the kernel log buffer (kmsg), the systemd console, or sent as wall messages to all logged-in users. + Note that this functionality is currently only available in system services, not in per-user + services. + -- 2.47.3