From: Lennart Poettering Date: Mon, 22 Apr 2024 09:26:42 +0000 (+0200) Subject: man: explicitly document the various systemd.journald.max_level_*= kernel cmdline... X-Git-Tag: v256-rc1~71^2~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0adce85ebe7a4621c23a53466fd405e4fdd82b68;p=thirdparty%2Fsystemd.git man: explicitly document the various systemd.journald.max_level_*= kernel cmdline options Fixes: #31327 --- diff --git a/man/systemd-journald.service.xml b/man/systemd-journald.service.xml index 91be3178ddf..8eeb209b07c 100644 --- a/man/systemd-journald.service.xml +++ b/man/systemd-journald.service.xml @@ -247,6 +247,24 @@ systemd-tmpfiles --create --prefix /var/log/journal + + + systemd.journald.max_level_store= + systemd.journald.max_level_syslog= + systemd.journald.max_level_kmsg= + systemd.journald.max_level_console= + systemd.journald.max_level_wall= + systemd.journald.max_level_socket= + + Controls the maximum log level of messages that are stored in the journal, forwarded + to syslog, kmsg, the console, the wall, or a socket. This kernel command line options override the + settings of the same names in the + journald.conf5 + file. + + + + Note that these kernel command line options are only honoured by the default namespace, see