From fa2111bd3ed2fc436a392a8ce9c3fe58bc2ba527 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 16 Jan 2020 19:39:18 +0100 Subject: [PATCH] man: document logging downgrade in systemctl Fixup for 32458cc968. --- man/sysctl.d.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) 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 -- 2.47.3