From: Luca Boccassi Date: Thu, 16 Jan 2020 16:24:07 +0000 (+0000) Subject: Clarify journald.conf MaxLevelStore documentation X-Git-Tag: v245-rc1~113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c97ae2b29036af29480ee506a072525917f5d41f;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/journald.conf.xml b/man/journald.conf.xml index d16cb185803..824db668c59 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