From 0adce85ebe7a4621c23a53466fd405e4fdd82b68 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Apr 2024 11:26:42 +0200 Subject: [PATCH] man: explicitly document the various systemd.journald.max_level_*= kernel cmdline options Fixes: #31327 --- man/systemd-journald.service.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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