From db2b49942313bf44c63b162e603045b7e2114e08 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Apr 2024 11:26:26 +0200 Subject: [PATCH] journald: bring order of MaxLevelXYZ= setting explanations in sync with listed names --- man/journald.conf.xml | 39 +++++++++++++-------------------------- 1 file changed, 13 insertions(+), 26 deletions(-) diff --git a/man/journald.conf.xml b/man/journald.conf.xml index 4aa8a0ef42f..4882ea816bd 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -434,32 +434,19 @@ MaxLevelWall= MaxLevelSocket= - Controls the maximum log level of messages - that are stored in the journal, forwarded to syslog, kmsg, the - console, a socket, or wall (if that is enabled, see above). - As argument, takes one of - emerg, - alert, - crit, - err, - warning, - notice, - info, - debug, - or integer values in the range of 0–7 (corresponding to the - same levels). Messages equal or below the log level specified - are stored/forwarded, messages above are dropped. Defaults to - debug for MaxLevelStore=, - MaxLevelSyslog= and - MaxLevelSocket=, to ensure that the all - messages are stored in the journal, forwarded to syslog and - the socket if one exists. - Defaults to - notice for MaxLevelKMsg=, - info for MaxLevelConsole=, - and emerg for - MaxLevelWall=. These settings may be - overridden at boot time with the kernel command line options + Controls the maximum log level of messages that are stored in the journal, forwarded + to syslog, kmsg, the console, the wall, or a socket (if that is enabled, see above). As argument, + takes one of emerg, alert, crit, + err, warning, notice, + info, debug, or integer values in the range of 0–7 + (corresponding to the same levels). Messages equal or below the log level specified are + stored/forwarded, messages above are dropped. Defaults to debug for + MaxLevelStore=, MaxLevelSyslog= and + MaxLevelSocket=, to ensure that the all messages are stored in the journal, + forwarded to syslog and the socket if one exists. Defaults to notice for + MaxLevelKMsg=, info for MaxLevelConsole=, + and emerg for MaxLevelWall=. These settings may be overridden + at boot time with the kernel command line options systemd.journald.max_level_store=, systemd.journald.max_level_syslog=, systemd.journald.max_level_kmsg=,