summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorUmut Tezduyar Lindskog <umut@tezduyar.com>2016-10-22 01:40:55 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2016-10-21 19:40:55 -0400
commit863a5610c7336829d76252375dbe361fd6813a7c (patch)
tree05746586088003b824a49f27774c377afeff07db /man
parente49e2c25f3cdb315b931cfc29557b6de7bf9fb99 (diff)
journald: systemd.journald.max_level_* kernel command line options (#4427)
The log forward levels can be configured through kernel command line.
Diffstat (limited to 'man')
-rw-r--r--man/journald.conf.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index a9562c121a..df2e2246a1 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -348,7 +348,14 @@
<literal>notice</literal> for <varname>MaxLevelKMsg=</varname>,
<literal>info</literal> for <varname>MaxLevelConsole=</varname>,
and <literal>emerg</literal> for
- <varname>MaxLevelWall=</varname>.</para></listitem>
+ <varname>MaxLevelWall=</varname>. These settings may be
+ overridden at boot time with the kernel command line options
+ <literal>systemd.journald.max_level_store=</literal>,
+ <literal>systemd.journald.max_level_syslog=</literal>,
+ <literal>systemd.journald.max_level_kmsg=</literal>,
+ <literal>systemd.journald.max_level_console=</literal>,
+ <literal>systemd.journald.max_level_wall=</literal>.</para>
+ </listitem>
</varlistentry>
<varlistentry>