diff options
author | Václav Pavlín <vpavlin@redhat.com> | 2013-05-29 16:08:11 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-05-30 20:44:41 -0400 |
commit | 76d5a71de99b6fe0ecc9bfd82ec641a5d408e191 (patch) | |
tree | f1ea73e8d0bf951a66e2dd601902dc7fffc9b1e2 /man | |
parent | 99504dd4c13af7516a976fffc0f68e6f26d3faac (diff) |
systemctl: add command set-log-level
Command changes current log level
Diffstat (limited to 'man')
-rw-r--r-- | man/systemctl.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/systemctl.xml b/man/systemctl.xml index 430e16c327..54573e8f5f 100644 --- a/man/systemctl.xml +++ b/man/systemctl.xml @@ -546,6 +546,19 @@ kobject-uevent 1 systemd-udevd-kernel.socket systemd-udevd.service </listitem> </varlistentry> + <varlistentry> + <term><command>set-log-level <replaceable>LEVEL</replaceable></command></term> + + <listitem> + <para>Change current log level of the + <command>systemd</command> daemon to + <replaceable>LEVEL</replaceable> (accepts the same values + as <option>--log-level=</option> described in + <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>). + </para> + </listitem> + </varlistentry> + <varlistentry> <term><command>start <replaceable>NAME</replaceable>...</command></term> |