diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-16 19:39:18 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-01-30 10:48:35 +0100 |
commit | fa2111bd3ed2fc436a392a8ce9c3fe58bc2ba527 (patch) | |
tree | e77430a9504c30b6bc7e76b86e0d9c7aee7ce034 /man/sysctl.d.xml | |
parent | f3b136a4847a0993e2dc1197779160dca4da6dac (diff) | |
download | systemd-fa2111bd3ed2fc436a392a8ce9c3fe58bc2ba527.tar.gz |
man: document logging downgrade in systemctl
Fixup for 32458cc968.
Diffstat (limited to 'man/sysctl.d.xml')
-rw-r--r-- | man/sysctl.d.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 32084ee8d6..71a236b50b 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -59,11 +59,12 @@ <filename>/proc/sys/net/ipv4/conf/enp3s0.200/forwarding</filename>. </para> - <para>Any access permission errors and attempts to write variables not defined on the local system are - logged, but do not cause the service to fail. Moreover, if a variable assignment is prefixed with a - single <literal>-</literal> character, failure to set the variable will be logged, but will not cause the - service to fail. All other errors when setting variables cause the service to return failure at the end - (other variables are still processed).</para> + <para>Any access permission errors and attempts to write variables not present on the local system are + logged, but do not cause the service to fail. Debug log level is used, which means that the message will + not show up at all by default. Moreover, if a variable assignment is prefixed with a single + <literal>-</literal> character, any failure to set the variable will be logged at debug level, but will + not cause the service to fail. All other errors when setting variables are logged with higher priority + and cause the service to return failure at the end (other variables are still processed).</para> <para>The settings configured with <filename>sysctl.d</filename> files will be applied early on boot. The network |