diff --git a/doc/guide/logging.xml b/doc/guide/logging.xml index d28fe641d1..cfa2f8b862 100644 --- a/doc/guide/logging.xml +++ b/doc/guide/logging.xml @@ -148,10 +148,16 @@ + + kea-dhcp4 - 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. + kea-dhcp4.dhcp4 - this is the logger - used by DHCPv4 server code in cases, where there is no more - specialized logger. + used solely by the DHCPv4 server deamon. This logger does not + specify logging settings for libraries used by the deamon. kea-dhcp4.dhcpsrv - this logger is used @@ -165,9 +171,15 @@ libraries will be logged using this logger. - kea-dhcp6.dhcp6 - this logger is used - by DHCPv6 server code in cases, where there is no more specialzed - logger. + kea-dhcp6 - 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. + + + kea-dhcp6.dhcp6 - this is the logger + used solely by the DHCPv6 server deamon. This logger does not + specify logging settings for libraries used by the daemon. kea-dhcp6.dhcpsrv - this logger is used @@ -181,9 +193,15 @@ libraries will be logged using this logger. - kea-dhcp-ddns.dhcpddns - this is the - default logger for kea-dhcp-ddns daemon. This logger is not used - in DHCPv4 or DHCPv6 servers. + kea-dhcp-ddns - 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. + + + kea-dhcp-ddns.dhcpddns - 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.