]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3950] Expained behavior of the server when "kea_verbose" is used.
authorMarcin Siodelski <marcin@isc.org>
Wed, 14 Sep 2016 09:58:47 +0000 (11:58 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 14 Sep 2016 09:58:47 +0000 (11:58 +0200)
doc/guide/keactrl.xml
doc/guide/logging.xml

index 924b67ca5b47546e5d09083f60c8854a0e224062..0821fe4743780046a8c4f112138eb517e8372095 100644 (file)
@@ -118,7 +118,13 @@ kea_verbose=no
         The <parameter>kea_verbose</parameter> parameter specifies the verbosity
         of the servers being started. When <parameter>kea_verbose</parameter>
         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 <xref linkend="logging"/>, will have no effect as long
+        as the <parameter>kea_verbose</parameter> 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.
       </para>
 
       <note>
index 876d86c8d0cac66d693923488127779c60a2f970..3693142793b4d5c3be8b2e8fcd6557ad05b379b7 100644 (file)
 
         </para>
 
+        <note>
+          <para>
+            The keactrl tool, described in <xref linkend="keactrl"/>, 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 <parameter>kea_verbose</parameter> value is set to
+            "no" within the keactrl configuration.
+          </para>
+        </note>
+
         </section>
 
         <section>