summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2020-01-16 16:24:07 +0000
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-02-05 14:40:59 +0100
commitc001a285a3a2edfd344756e636f18f226fc291c4 (patch)
treef3cb4b3ffe69217ac9327fd8387a3eb30fb0f42e
parent45d52c7615fdc3aefb97a13a8d8f4aa90ad7205e (diff)
downloadsystemd-c001a285a3a2edfd344756e636f18f226fc291c4.tar.gz
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. (cherry picked from commit c97ae2b29036af29480ee506a072525917f5d41f)
-rw-r--r--man/journald.conf.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index 9b14faa682..7155bf7fab 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -320,7 +320,7 @@
<term><varname>MaxLevelWall=</varname></term>
<listitem><para>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
<literal>emerg</literal>,
@@ -336,8 +336,8 @@
are stored/forwarded, messages above are dropped. Defaults to
<literal>debug</literal> for <varname>MaxLevelStore=</varname>
and <varname>MaxLevelSyslog=</varname>, 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
<literal>notice</literal> for <varname>MaxLevelKMsg=</varname>,
<literal>info</literal> for <varname>MaxLevelConsole=</varname>,
and <literal>emerg</literal> for