From: Marcin Siodelski Date: Wed, 14 Sep 2016 09:58:47 +0000 (+0200) Subject: [3950] Expained behavior of the server when "kea_verbose" is used. X-Git-Tag: trac5006_base~10^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=619eb9f6dab898d79ec976ea809ccdf7793f3c10;p=thirdparty%2Fkea.git [3950] Expained behavior of the server when "kea_verbose" is used. --- diff --git a/doc/guide/keactrl.xml b/doc/guide/keactrl.xml index 924b67ca5b..0821fe4743 100644 --- a/doc/guide/keactrl.xml +++ b/doc/guide/keactrl.xml @@ -118,7 +118,13 @@ kea_verbose=no The kea_verbose parameter specifies the verbosity of the servers being started. When kea_verbose is set to "yes" the logging level of the server is set to DEBUG. - Otherwise, the default logging level is used. + Modification of the logging severity in a configuration file, as + described in , will have no effect as long + as the kea_verbose is set to "yes". Setting + it to "no" will cause the server to use the logging levels specified + in the Kea configuration file for respective loggers. If no + logging configuration is specified, the default settings will be + used. diff --git a/doc/guide/logging.xml b/doc/guide/logging.xml index 876d86c8d0..3693142793 100644 --- a/doc/guide/logging.xml +++ b/doc/guide/logging.xml @@ -450,6 +450,19 @@ + + + The keactrl tool, described in , can be + configured to start the servers in the verbose mode. If this is + the case, the settings of the logging severity in the configuration + file will have no effect, i.e. the servers will use logging severity + of DEBUG regardless of the logging settings specified in the configuration + file. If you need to control severity via configuration file, please + make sure that the kea_verbose value is set to + "no" within the keactrl configuration. + + +