From c97ae2b29036af29480ee506a072525917f5d41f Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Thu, 16 Jan 2020 16:24:07 +0000 Subject: [PATCH] Clarify journald.conf MaxLevelStore documentation 'stored on disk' gives the impression that this option affects only permanent storage, even though it affects everything the journal records, regardless of the storage type. Use 'stored in the journal' to avoid confusion. --- man/journald.conf.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/journald.conf.xml b/man/journald.conf.xml index d16cb18580..824db668c5 100644 --- a/man/journald.conf.xml +++ b/man/journald.conf.xml @@ -365,7 +365,7 @@ MaxLevelWall= Controls the maximum log level of messages - that are stored on disk, forwarded to syslog, kmsg, the + that are stored in the journal, forwarded to syslog, kmsg, the console or wall (if that is enabled, see above). As argument, takes one of emerg, @@ -381,8 +381,8 @@ are stored/forwarded, messages above are dropped. Defaults to debug for MaxLevelStore= and MaxLevelSyslog=, to ensure that the all - messages are written to disk and forwarded to syslog. Defaults - to + messages are stored in the journal and forwarded to syslog. + Defaults to notice for MaxLevelKMsg=, info for MaxLevelConsole=, and emerg for