From: Marcin Siodelski Date: Tue, 23 Sep 2014 14:47:14 +0000 (+0200) Subject: [3536] Added root loggers to the Kea user guide. X-Git-Tag: rt3470_base~14^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b67d4b7a2ade4d136bee64053bf2bc6c19d4ce74;p=thirdparty%2Fkea.git [3536] Added root loggers to the Kea user guide. --- 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.