]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3953] Added documentation for the kea-dhcp{4,6}.commands loggers
authorStephen Morris <stephen@isc.org>
Tue, 13 Oct 2015 10:52:59 +0000 (11:52 +0100)
committerStephen Morris <stephen@isc.org>
Tue, 13 Oct 2015 10:52:59 +0000 (11:52 +0100)
doc/guide/logging.xml

index b3473a88151487d9e6073701b9d34f68d374a708..63c9cf3a3824c10befe2c2a15af11bddc9191d34 100644 (file)
             for the particular hook point.
             </simpara>
           </listitem>
+          <listitem>
+            <simpara><command>kea-dhcp4.commands</command> - this logger is used
+            to log messages relating to the handling of commands received by the
+            the DHCPv4 server over the command channel.
+            </simpara>
+          </listitem>
           <listitem>
             <simpara><command>kea-dhcp4.ddns</command> - this logger is used by
             the DHCPv4 server to log messages related to the Client FQDN and
             the settings from this logger if there is no specialized logger
             provided.</simpara>
           </listitem>
+          <listitem>
+            <simpara><command>kea-dhcp6.alloc-engine</command> - this is the
+            logger used by the lease allocation engine, which is responsible
+            for managing leases in the lease database, i.e. create, modify
+            and remove DHCPv6 leases as a result of processing messages from
+            the clients.</simpara>
+          </listitem>
           <listitem>
             <simpara><command>kea-dhcp6.bad-packets</command> - this is the
             logger used by the DHCPv6 server deamon for logging inbound client
             for the particular hook point.
             </simpara>
           </listitem>
+          <listitem>
+            <simpara><command>kea-dhcp6.commands</command> - this logger is used
+            to log messages relating to the handling of commands received by the
+            the DHCPv6 server over the command channel.
+            </simpara>
+          </listitem>
           <listitem>
             <simpara><command>kea-dhcp6.ddns</command> - this logger is used by
             the DHCPv6 server to log messages related to the Client FQDN option
             <simpara><command>kea-dhcp6.dhcp6</command> - this is the logger
             used DHCPv6 server deamon to log basic operations.</simpara>
           </listitem>
-          <listitem>
-            <simpara><command>kea-dhcp6.alloc-engine</command> - this is the
-            logger used by the lease allocation engine, which is responsible
-            for managing leases in the lease database, i.e. create, modify
-            and remove DHCPv6 leases as a result of processing messages from
-            the clients.</simpara>
-          </listitem>
           <listitem>
             <simpara><command>kea-dhcp6.dhcpsrv</command> - this is a base
             logger for the libdhcpsrv library.</simpara>