summaryrefslogtreecommitdiff
path: root/man/journald.conf.xml
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@microsoft.com>2020-01-16 16:24:07 +0000
committerLennart Poettering <lennart@poettering.net>2020-01-16 18:41:33 +0100
commitc97ae2b29036af29480ee506a072525917f5d41f (patch)
tree784572eeb80bae2eb049f2cd15d9ee248c88bdaf /man/journald.conf.xml
parent251d3d20c3b8b4ef2b2b12f2e6b48e9b6de8d599 (diff)
downloadsystemd-c97ae2b29036af29480ee506a072525917f5d41f.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.
Diffstat (limited to 'man/journald.conf.xml')
-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 d16cb18580..824db668c5 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -365,7 +365,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>,
@@ -381,8 +381,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