2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[3536] Added root loggers to the Kea user guide.

This commit is contained in:
Marcin Siodelski
2014-09-23 16:47:14 +02:00
parent b4fe1c31cd
commit b67d4b7a2a

View File

@@ -148,10 +148,16 @@
</para> </para>
<itemizedlist> <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> <listitem>
<simpara><command>kea-dhcp4.dhcp4</command> - this is the logger <simpara><command>kea-dhcp4.dhcp4</command> - this is the logger
used by DHCPv4 server code in cases, where there is no more used solely by the DHCPv4 server deamon. This logger does not
specialized logger.</simpara> specify logging settings for libraries used by the deamon.</simpara>
</listitem> </listitem>
<listitem> <listitem>
<simpara><command>kea-dhcp4.dhcpsrv</command> - this logger is used <simpara><command>kea-dhcp4.dhcpsrv</command> - this logger is used
@@ -165,9 +171,15 @@
libraries will be logged using this logger.</simpara> libraries will be logged using this logger.</simpara>
</listitem> </listitem>
<listitem> <listitem>
<simpara><command>kea-dhcp6.dhcp6</command> - this logger is used <simpara><command>kea-dhcp6</command> - this is the root logger for
by DHCPv6 server code in cases, where there is no more specialzed the DHCPv6 server. All components used by the DHCPv6 server inherit
logger.</simpara> 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>
<listitem> <listitem>
<simpara><command>kea-dhcp6.dhcpsrv</command> - this logger is used <simpara><command>kea-dhcp6.dhcpsrv</command> - this logger is used
@@ -181,9 +193,15 @@
libraries will be logged using this logger.</simpara> libraries will be logged using this logger.</simpara>
</listitem> </listitem>
<listitem> <listitem>
<simpara><command>kea-dhcp-ddns.dhcpddns</command> - this is the <simpara><command>kea-dhcp-ddns</command> - this is the root logger for
default logger for kea-dhcp-ddns daemon. This logger is not used the kea-dhcp-ddns deamon. All components used by this deamon inherit
in DHCPv4 or DHCPv6 servers.</simpara> 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> </listitem>
</itemizedlist> </itemizedlist>