From: Zbigniew Jędrzejewski-Szmek Date: Thu, 16 Jan 2020 18:39:18 +0000 (+0100) Subject: man: document logging downgrade in systemctl X-Git-Tag: v245-rc1~22^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa2111bd3ed2fc436a392a8ce9c3fe58bc2ba527;p=thirdparty%2Fsystemd.git man: document logging downgrade in systemctl Fixup for 32458cc968. --- diff --git a/man/sysctl.d.xml b/man/sysctl.d.xml index 32084ee8d6b..71a236b50b3 100644 --- a/man/sysctl.d.xml +++ b/man/sysctl.d.xml @@ -59,11 +59,12 @@ /proc/sys/net/ipv4/conf/enp3s0.200/forwarding. - 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 - 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). + 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 + - 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). The settings configured with sysctl.d files will be applied early on boot. The network