]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3536] Added root loggers to the Kea user guide.
authorMarcin Siodelski <marcin@isc.org>
Tue, 23 Sep 2014 14:47:14 +0000 (16:47 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 23 Sep 2014 14:47:14 +0000 (16:47 +0200)
doc/guide/logging.xml

index d28fe641d145f82b6aac3aa0458965454bae8907..cfa2f8b862bcc754af3cc54e872b593057ea7054 100644 (file)
           </para>
 
         <itemizedlist>
+          <listitem>
+            <simpara><command>kea-dhcp4</command> - this is the root logger for
+            the DHCPv4 server. All components used by the DHCPv4 server inherit
+            the settings from this logger if there is no specialized logger
+            provided.</simpara>
+          </listitem>
           <listitem>
             <simpara><command>kea-dhcp4.dhcp4</command> - this is the logger
-            used by DHCPv4 server code in cases, where there is no more
-            specialized logger.</simpara>
+            used solely by the DHCPv4 server deamon. This logger does not
+            specify logging settings for libraries used by the deamon.</simpara>
           </listitem>
           <listitem>
             <simpara><command>kea-dhcp4.dhcpsrv</command> - this logger is used
             libraries will be logged using this logger.</simpara>
           </listitem>
           <listitem>
-            <simpara><command>kea-dhcp6.dhcp6</command> - this logger is used
-            by DHCPv6 server code in cases, where there is no more specialzed
-            logger.</simpara>
+            <simpara><command>kea-dhcp6</command> - this is the root logger for
+            the DHCPv6 server. All components used by the DHCPv6 server inherit
+            the settings from this logger if there is no specialized logger
+            provided.</simpara>
+          </listitem>
+          <listitem>
+            <simpara><command>kea-dhcp6.dhcp6</command> - this is the logger
+            used solely by the DHCPv6 server deamon. This logger does not
+            specify logging settings for libraries used by the daemon.</simpara>
           </listitem>
           <listitem>
             <simpara><command>kea-dhcp6.dhcpsrv</command> - this logger is used
             libraries will be logged using this logger.</simpara>
           </listitem>
           <listitem>
-            <simpara><command>kea-dhcp-ddns.dhcpddns</command> - this is the
-            default logger for kea-dhcp-ddns daemon. This logger is not used
-            in DHCPv4 or DHCPv6 servers.</simpara>
+            <simpara><command>kea-dhcp-ddns</command> - this is the root logger for
+            the kea-dhcp-ddns deamon. All components used by this deamon inherit
+            the settings from this logger if there is no specialized logger
+            provided.</simpara>
+          </listitem>
+          <listitem>
+            <simpara><command>kea-dhcp-ddns.dhcpddns</command> - this is the logger
+            used solely by the kea-dhcp-ddns deamon. This logger does not
+            specify logging settings for libraries used by the deamon.</simpara>
           </listitem>
         </itemizedlist>