diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-20 11:02:39 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-04-20 15:33:18 +0200 |
commit | df9578498f3f566409fcb71229d9fc99e4ab0568 (patch) | |
tree | 1476bdcc6af83b146bf63184c69a41f26476bfff /man/resolvectl.xml | |
parent | man: fix formatting in resolved.conf(5) (diff) | |
download | systemd-df9578498f3f566409fcb71229d9fc99e4ab0568.tar.xz systemd-df9578498f3f566409fcb71229d9fc99e4ab0568.zip |
resolve: allow setting the log level dynamically as in pid1
This is useful to raise the log level for a single transaction or a few,
without affecting other state of the resolved as a restart would.
The log level can only be set, I didn't bother with having the ability
to restore the original as in pid1.
Diffstat (limited to 'man/resolvectl.xml')
-rw-r--r-- | man/resolvectl.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/resolvectl.xml b/man/resolvectl.xml index 594e22c03f..75be5fe072 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -175,6 +175,7 @@ automatically, an explicit reverting is not necessary in that case.</para></listitem> </varlistentry> + <xi:include href="systemctl.xml" xpointer="log-level" /> </variablelist> </refsect1> |