diff options
author | Lukas Nykryn <lnykryn@redhat.com> | 2013-05-29 14:09:56 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-30 00:43:39 -0400 |
commit | 9749cd77bc6121a304a7f1eb0f03f26e620dc9da (patch) | |
tree | cc7062d97f97ef50bba039646efec57091943593 /man/systemd.xml | |
parent | 23ad4dd8844c582929115a11ed2830a1371568d6 (diff) | |
download | systemd-9749cd77bc6121a304a7f1eb0f03f26e620dc9da.tar.gz |
core: read "debug" from kernel commandline and set log level
Diffstat (limited to 'man/systemd.xml')
-rw-r--r-- | man/systemd.xml | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/man/systemd.xml b/man/systemd.xml index d009ed8e1c..497dd2bfee 100644 --- a/man/systemd.xml +++ b/man/systemd.xml @@ -1114,15 +1114,28 @@ <varlistentry> <term><varname>quiet</varname></term> - <listitem><para>If passed turns off + <listitem><para>Turn off status output at boot, much like <varname>systemd.show_status=false</varname> would. Note that this option is also read by the kernel itself and disables - kernel log output to the - kernel. Passing this option hence - turns off the usual output from both - the system manager and the + kernel log output. Passing this option + hence turns off the usual output from + both the system manager and the kernel. + </para></listitem> + </varlistentry> + + <varlistentry> + <term><varname>debug</varname></term> + + <listitem><para>Turn on debugging + output. This is equivalent to + <varname>systemd.log_level=debug</varname>. + Note that this option is also read by + the kernel itself and enables kernel + debug output. Passing this option + hence turns on the debug output from + both the system manager and the kernel.</para></listitem> </varlistentry> |