2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 06:25:34 +00:00

[#2554] add missing loggers

This commit is contained in:
Andrei Pavel
2023-06-06 16:49:08 +03:00
parent aaa3a91b9b
commit 0bd79fcf79

View File

@@ -134,9 +134,9 @@ libraries), or hook libraries (open source or premium).
:class: longtable :class: longtable
:widths: 20 20 60 :widths: 20 20 60
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| Logger Name | Software Package | Description | | Logger Name | Software Package | Description |
+==================================+========================+================================+ +==================================+=======================================+================================+
| ``kea-ctrl-agent`` | core | The root logger for | | ``kea-ctrl-agent`` | core | The root logger for |
| | | the Control Agent | | | | the Control Agent |
| | | exposing the RESTful | | | | exposing the RESTful |
@@ -145,32 +145,43 @@ libraries), or hook libraries (open source or premium).
| | | the Control Agent | | | | the Control Agent |
| | | inherit the settings | | | | inherit the settings |
| | | from this logger. | | | | from this logger. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-ctrl-agent.auth`` | core | A logger which covers | | ``kea-ctrl-agent.auth`` | core | A logger which covers |
| | | access control details, such as| | | | access control details, such as|
| | | a result of the basic HTTP | | | | a result of the basic HTTP |
| | | authentication. | | | | authentication. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-ctrl-agent.ctrl-agent`` | core | Used to log results of |
| | | configuration checks, |
| | | information about services |
| | | starting or failing to start, |
| | | command receival and |
| | | forwarding. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-ctrl-agent.http`` | core | A logger which | | ``kea-ctrl-agent.http`` | core | A logger which |
| | | outputs log messages | | | | outputs log messages |
| | | related to receiving, | | | | related to receiving, |
| | | parsing, and sending | | | | parsing, and sending |
| | | HTTP messages. | | | | HTTP messages. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-ctrl-agent.rbac-hooks`` | :ischooklib:`libca_rbac.so` | Used to log messages related |
| | enterprise hook library | to the operation of the RBAC |
| | | hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4`` | core | The root logger for | | ``kea-dhcp4`` | core | The root logger for |
| | | the DHCPv4 server. | | | | the DHCPv4 server. |
| | | All components used | | | | All components used |
| | | by the DHCPv4 server | | | | by the DHCPv4 server |
| | | inherit the settings | | | | inherit the settings |
| | | from this logger. | | | | from this logger. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp6`` | core | The root logger for | | ``kea-dhcp6`` | core | The root logger for |
| | | the DHCPv6 server. | | | | the DHCPv6 server. |
| | | All components used | | | | All components used |
| | | by the DHCPv6 server | | | | by the DHCPv6 server |
| | | inherit the settings | | | | inherit the settings |
| | | from this logger. | | | | from this logger. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.alloc-engine``, | core | Used by the lease | | ``kea-dhcp4.alloc-engine``, | core | Used by the lease |
| ``kea-dhcp6.alloc-engine`` | | allocation engine, | | ``kea-dhcp6.alloc-engine`` | | allocation engine, |
| | | which is responsible | | | | which is responsible |
@@ -182,7 +193,11 @@ libraries), or hook libraries (open source or premium).
| | | leases as a result of | | | | leases as a result of |
| | | processing messages | | | | processing messages |
| | | from clients. | | | | from clients. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-ctrl-agent.auth``, | core | Used to log malformed HTTP |
| ``kea-dhcp4.auth``, | | packets when using basic |
| ``kea-dhcp6.auth`` | | authentication. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.bad-packets``, | core | Used by the DHCP | | ``kea-dhcp4.bad-packets``, | core | Used by the DHCP |
| ``kea-dhcp6.bad-packets`` | | servers for logging | | ``kea-dhcp6.bad-packets`` | | servers for logging |
| | | inbound client | | | | inbound client |
@@ -196,31 +211,44 @@ libraries), or hook libraries (open source or premium).
| | | that contains only | | | | that contains only |
| | | packet drop and | | | | packet drop and |
| | | reject entries. | | | | reject entries. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.bootp-hooks`` | libdhcp_bootp | This logger is used to log | | ``kea-dhcp4.bootp-hooks`` | :ischooklib:`libdhcp_bootp.so` | This logger is used to log |
| | hook library | messages related to the | | | open-source hook library | messages related to the |
| | | operation of the BOOTP hook | | | | operation of the BOOTP hook |
| | | library. | | | | library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.callouts``, | core | Used to log messages | | ``kea-ctrl-agent.callouts``, | core | Used to log messages |
| ``kea-dhcp6.callouts`` | | pertaining to the | | ``kea-dhcp4.callouts``, | | pertaining to the |
| | | callouts registration | | ``kea-dhcp6.callouts``, | | callouts registation and |
| | | and execution for the | | ``kea-dhcp-ddns.callouts`` | | execution for a particular |
| | | particular hook | | | | hook point. |
| | | point. | +----------------------------------+---------------------------------------+--------------------------------+
+----------------------------------+------------------------+--------------------------------+ | ``kea-dhcp4.cb-cmds-hooks``, | :ischooklib:`libdhcp_cb_cmds.so` | Used to log messages related |
| ``kea-dhcp6.cb-cmds-hooks`` | subscription hook library | to the operation of the |
| | | Config Backend Commands |
| | | hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.class-cmds-hooks``, | :ischooklib:`libdhcp_class_cmds.so` | Used to log messages related |
| ``kea-dhcp6.class-cmds-hooks`` | subscription hook library | to the operation of the |
| | | Class Commands |
| | | hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.commands``, | core | Used to log messages | | ``kea-dhcp4.commands``, | core | Used to log messages |
| ``kea-dhcp6.commands`` | | relating to the | | ``kea-dhcp6.commands`` | | relating to the |
| | | handling of commands | | | | handling of commands |
| | | received by the DHCP | | | | received by the DHCP |
| | | server over the | | | | server over the |
| | | command channel. | | | | command channel. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.database``, | core | Used to log messages | | ``kea-dhcp4.database``, | core | Used to log messages |
| ``kea-dhcp6.database`` | | relating to general | | ``kea-dhcp6.database`` | | relating to general |
| | | operations on the | | | | operations on the |
| | | relational databases. | | | | relational databases. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.ddns-tuning-hooks``, | :ischooklib:`libdhcp_ddns_tuning.so` | Used to log messages related |
| ``kea-dhcp6.ddns-tuning-hooks`` | premium hook library | to the operation of the |
| | | DDNS Tuning hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.ddns``, | core | Used by the DHCP | | ``kea-dhcp4.ddns``, | core | Used by the DHCP |
| ``kea-dhcp6.ddns`` | | server to log | | ``kea-dhcp6.ddns`` | | server to log |
| | | messages related to | | | | messages related to |
@@ -230,46 +258,43 @@ libraries), or hook libraries (open source or premium).
| | | includes log messages | | | | includes log messages |
| | | related to the | | | | related to the |
| | | relevant DNS updates. | | | | relevant DNS updates. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.dhcp4`` | core | Used by the DHCPv4 | | ``kea-dhcp4.dhcp4``, | core | Used to log basic operations. |
| | | server daemon to log | | ``kea-dhcp6.dhcp6`` | | |
| | | basic operations. | +----------------------------------+---------------------------------------+--------------------------------+
+----------------------------------+------------------------+--------------------------------+ | ``kea-dhcp4.dhcpsrv``, | core | The base loggers for the |
| ``kea-dhcp4.dhcpsrv``, | core | The base loggers for | | ``kea-dhcp6.dhcpsrv`` | | :ischooklib:`libkea-dhcpsrv` |
| ``kea-dhcp6.dhcpsrv`` | | the ``libkea-dhcpsrv`` |
| | | library. | | | | library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.eval``, | core | Used to log messages | | ``kea-dhcp4.eval``, | core | Used to log messages |
| ``kea-dhcp6.eval`` | | relating to the | | ``kea-dhcp6.eval`` | | relating to the |
| | | client classification | | | | client classification |
| | | expression evaluation | | | | expression evaluation |
| | | code. | | | | code. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.host-cache-hooks``, | libdhcp_host_cache | Used | | ``kea-dhcp4.flex-id-hooks``, | :ischooklib:`libdhcp_flex_id.so` | Used |
| ``kea-dhcp6.host-cache-hooks`` | premium hook library | to log messages |
| | | related to the |
| | | operation of the Host |
| | | Cache hook library. |
+----------------------------------+------------------------+--------------------------------+
| ``kea-dhcp4.flex-id-hooks``, | libdhcp_flex_id | Used |
| ``kea-dhcp6.flex-id-hooks`` | premium hook library | to log messages | | ``kea-dhcp6.flex-id-hooks`` | premium hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the | | | | operation of the |
| | | Flexible Identifier | | | | Flexible Identifier |
| | | hook library. | | | | hook library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.ha-hooks``, | libdhcp_ha hook | Used | | ``kea-dhcp4.flex-option-hooks``, | :ischooklib:`libdhcp_flex_option.so` | Used to log messages related |
| ``kea-dhcp6.ha-hooks`` | library | to log messages | | ``kea-dhcp6.flex-option-hooks`` | open-source hook library | to the operaton of |
| | | the Flexible Option |
| | | hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.ha-hooks``, | :ischooklib:`libdhcp_ha.so` | Used |
| ``kea-dhcp6.ha-hooks`` | open-source hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the High | | | | operation of the High |
| | | Availability hook | | | | Availability hook |
| | | library. | | | | library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.hooks``, | core | Used to log messages | | ``kea-ctrl-agent.hooks``, | core | Used to log messages related |
| ``kea-dhcp6.hooks`` | | related to the | | ``kea-dhcp4.hooks``, | | to the maagemet of hook |
| | | management of hook | | ``kea-dhcp6.hooks``, | | libraries, e.g. |
| | | libraries, e.g. | | ``kea-dhcp-ddns.hooks`` | | registatin and |
| | | registration and |
| | | deregistration of the | | | | deregistration of the |
| | | libraries, and to the | | | | libraries, and to the |
| | | initialization of the | | | | initialization of the |
@@ -277,8 +302,14 @@ libraries), or hook libraries (open source or premium).
| | | for various hook | | | | for various hook |
| | | points within the | | | | points within the |
| | | DHCP server. | | | | DHCP server. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.host-cmds-hooks``, | libdhcp_host_cmds | Used | | ``kea-dhcp4.host-cache-hooks``, | :ischooklib:`libdhcp_host_cache.so` | Used |
| ``kea-dhcp6.host-cache-hooks`` | subscription hook library | to log messages |
| | | related to the |
| | | operation of the Host |
| | | Cache hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.host-cmds-hooks``, | :ischooklib:`libdhcp_host_cmds.so` | Used |
| ``kea-dhcp6.host-cmds-hooks`` | premium hook library | to log messages | | ``kea-dhcp6.host-cmds-hooks`` | premium hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the Host | | | | operation of the Host |
@@ -290,7 +321,7 @@ libraries), or hook libraries (open source or premium).
| | | library and the | | | | library and the |
| | | execution of commands | | | | execution of commands |
| | | by the library. | | | | by the library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.hosts``, | core | Used within | | ``kea-dhcp4.hosts``, | core | Used within |
| ``kea-dhcp6.hosts`` | | ``libdhcpsrv``, it logs | | ``kea-dhcp6.hosts`` | | ``libdhcpsrv``, it logs |
| | | messages related to | | | | messages related to |
@@ -301,9 +332,9 @@ libraries), or hook libraries (open source or premium).
| | | reservations and | | | | reservations and |
| | | adding new | | | | adding new |
| | | reservations. | | | | reservations. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.lease-cmds-hooks``, | libdhcp_lease_cmds | Used | | ``kea-dhcp4.lease-cmds-hooks``, | :ischooklib:`libdhcp_lease_cmds.so` | Used |
| ``kea-dhcp6.lease-cmds-hooks`` | hook library | to log messages | | ``kea-dhcp6.lease-cmds-hooks`` | open-source hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the | | | | operation of the |
| | | Lease Commands hook | | | | Lease Commands hook |
@@ -314,7 +345,17 @@ libraries), or hook libraries (open source or premium).
| | | library and the | | | | library and the |
| | | execution of commands | | | | execution of commands |
| | | by the library. | | | | by the library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.limits-hooks``, | :ischooklib:`libdhcp_limits.so` | Used to log messages related |
| ``kea-dhcp6.limits-hooks`` | subscription hook library | to the operation of the |
| | | Limits hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.lease-query-hooks``, | :ischooklib:`libdhcp_lease_query.so` | Used |
| ``kea-dhcp6.lease-query-hooks`` | premium hook library | to log messages |
| | | related to the |
| | | operation of the |
| | | Leasequery hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.leases``, | core | Used by the DHCP | | ``kea-dhcp4.leases``, | core | Used by the DHCP |
| ``kea-dhcp6.leases`` | | server to log | | ``kea-dhcp6.leases`` | | server to log |
| | | messages related to | | | | messages related to |
@@ -326,14 +367,22 @@ libraries), or hook libraries (open source or premium).
| | | errors during the | | | | errors during the |
| | | lease allocation, | | | | lease allocation, |
| | | etc. | | | | etc. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.legal-log-hooks``, | libdhcp_legal_log | Used | | ``kea-dhcp4.legal-log-hooks``, | :ischooklib:`libdhcp_legal_log.so` | Used |
| ``kea-dhcp6.legal-log-hooks`` | premium hook library | to log messages | | ``kea-dhcp6.legal-log-hooks`` | premium hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the | | | | operation of the |
| | | Forensic Logging | | | | Forensic Logging |
| | | hook library. | | | | hook library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.mysql-cb-hooks``, | :ischooklib:`libdhcp_mysql_cb.so` | Used |
| ``kea-dhcp6.mysql-cb-hooks`` | open-source hook library | to log messages |
| | | related to the |
| | | operation of the |
| | | MySQL Configuration |
| | | Backend hook |
| | | library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.options``, | core | Used by the DHCP | | ``kea-dhcp4.options``, | core | Used by the DHCP |
| ``kea-dhcp6.options`` | | server to log | | ``kea-dhcp6.options`` | | server to log |
| | | messages related to | | | | messages related to |
@@ -347,7 +396,7 @@ libraries), or hook libraries (open source or premium).
| | | using options | | | | using options |
| | | contained in the | | | | contained in the |
| | | received packets. | | | | received packets. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.packets``, | core | Mostly | | ``kea-dhcp4.packets``, | core | Mostly |
| ``kea-dhcp6.packets`` | | used to log messages | | ``kea-dhcp6.packets`` | | used to log messages |
| | | related to | | | | related to |
@@ -378,15 +427,27 @@ libraries), or hook libraries (open source or premium).
| | | before the DHCP | | | | before the DHCP |
| | | message carried in | | | | message carried in |
| | | the packet is parsed. | | | | the packet is parsed. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.radius-hooks``, | libdhcp_radius | Used | | ``kea-dhcp4.pgsql-cb-hooks``, | :ischooklib:`libdhcp_pgsql_cb.so` | Used |
| ``kea-dhcp6.pgsql-cb-hooks`` | open-source hook library | to log messages |
| | | related to the |
| | | operation of the |
| | | PostgreSQL Configuration |
| | | Backend hook |
| | | library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.run-script-hooks``, | :ischooklib:`libdhcp_run_script.so` | Used to log messages related |
| ``kea-dhcp6.run-script-hooks`` | open-source hook library | to the operation of the |
| | | Run Script hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.radius-hooks``, | :ischooklib:`libdhcp_radius.so` | Used |
| ``kea-dhcp6.radius-hooks`` | premium hook library | to log messages | | ``kea-dhcp6.radius-hooks`` | premium hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the | | | | operation of the |
| | | RADIUS hook library. | | | | RADIUS hook library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.stat-cmds-hooks``, | libdhcp_stat_cmds | Used | | ``kea-dhcp4.stat-cmds-hooks``, | :ischooklib:`libdhcp_stat_cmds.so` | Used |
| ``kea-dhcp6.stat-cmds-hooks`` | hook library | to log messages | | ``kea-dhcp6.stat-cmds-hooks`` | opens-source hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the | | | | operation of the |
| | | Statistics Commands | | | | Statistics Commands |
@@ -397,9 +458,9 @@ libraries), or hook libraries (open source or premium).
| | | library and the | | | | library and the |
| | | execution of commands | | | | execution of commands |
| | | by the library. | | | | by the library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.subnet-cmds-hooks``, | libdhcp_subnet_cmds | Used | | ``kea-dhcp4.subnet-cmds-hooks``, | :ischooklib:`libdhcp_subnet_cmds.so` | Used |
| ``kea-dhcp6.subnet-cmds-hooks`` | hook library | to log messages | | ``kea-dhcp6.subnet-cmds-hooks`` | premium hook library | to log messages |
| | | related to the | | | | related to the |
| | | operation of the | | | | operation of the |
| | | Subnet Commands hook | | | | Subnet Commands hook |
@@ -409,15 +470,14 @@ libraries), or hook libraries (open source or premium).
| | | the library and the | | | | the library and the |
| | | execution of commands | | | | execution of commands |
| | | by the library. | | | | by the library. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.mysql-cb-hooks``, | libdhcp_mysql_cb_hooks | Used | | ``kea-dhcp4.tcp``, | core | Used to log messages related |
| ``kea-dhcp6.mysql-cb-hooks`` | hook library | to log messages | | ``kea-dhcp6.tcp`` | | to TCP traffic. |
| | | related to the | +----------------------------------+---------------------------------------+--------------------------------+
| | | operation of the | | ``kea-dhcp4.user_chk``, | :ischooklib:`libdhcp_user_chk.so` | Used to log messages related |
| | | MySQL Configuration | | ``kea-dhcp6.user_chk`` | hook library | to the operaton of the |
| | | Backend hook | | | | User Check hook library. |
| | | library. | +----------------------------------+---------------------------------------+--------------------------------+
+----------------------------------+------------------------+--------------------------------+
| ``kea-dhcp-ddns`` | core | The root logger for | | ``kea-dhcp-ddns`` | core | The root logger for |
| | | the :iscman:`kea-dhcp-ddns` | | | | the :iscman:`kea-dhcp-ddns` |
| | | daemon. All | | | | daemon. All |
@@ -429,22 +489,23 @@ libraries), or hook libraries (open source or premium).
| | | configurations for | | | | configurations for |
| | | more specialized | | | | more specialized |
| | | loggers. | | | | loggers. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp-ddns.dctl`` | core | Used by | | ``kea-ctrl-agent.dctl``, | core | Used to log basic inofrmaton |
| | | the :iscman:`kea-dhcp-ddns` | | ``kea-dhcp-ddns.dctl`` | | about the process, |
| | | daemon to log |
| | | basic information |
| | | about the process, |
| | | received signals, and | | | | received signals, and |
| | | triggered | | | | triggered |
| | | reconfigurations. | | | | reconfigurations. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp-ddns.asiodns``, | core | Used to log messages about |
| | | network events in DDNS |
| | | operations. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp-ddns.dhcpddns`` | core | Used by | | ``kea-dhcp-ddns.dhcpddns`` | core | Used by |
| | | the :iscman:`kea-dhcp-ddns` | | | | the :iscman:`kea-dhcp-ddns` |
| | | daemon to log | | | | daemon to log |
| | | events related to | | | | events related to |
| | | DDNS operations. | | | | DDNS operations. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp-ddns.dhcp-to-d2`` | core | Used by the | | ``kea-dhcp-ddns.dhcp-to-d2`` | core | Used by the |
| | | :iscman:`kea-dhcp-ddns` daemon | | | | :iscman:`kea-dhcp-ddns` daemon |
| | | to log | | | | to log |
@@ -455,7 +516,7 @@ libraries), or hook libraries (open source or premium).
| | | and adding them to | | | | and adding them to |
| | | the queue for | | | | the queue for |
| | | processing. | | | | processing. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp-ddns.d2-to-dns`` | core | Used by the | | ``kea-dhcp-ddns.d2-to-dns`` | core | Used by the |
| | | :iscman:`kea-dhcp-ddns` daemon | | | | :iscman:`kea-dhcp-ddns` daemon |
| | | to log | | | | to log |
@@ -464,7 +525,14 @@ libraries), or hook libraries (open source or premium).
| | | sending and receiving | | | | sending and receiving |
| | | messages to and from | | | | messages to and from |
| | | the DNS servers. | | | | the DNS servers. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp-ddns.gss-tsig-hooks`` | :ischooklib:`libddns_gss_tsig.so` | Used to log messages related |
| | subscription hook library | to the operation of the |
| | | GSS-TSIG hook library. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp-ddns.libdhcp-ddns`` | core | Used to log events related to |
| | | DDNS operations. |
+----------------------------------+---------------------------------------+--------------------------------+
| ``kea-netconf`` | core | The root logger for | | ``kea-netconf`` | core | The root logger for |
| | | the NETCONF agent. | | | | the NETCONF agent. |
| | | All components used | | | | All components used |
@@ -473,13 +541,7 @@ libraries), or hook libraries (open source or premium).
| | | this logger if there | | | | this logger if there |
| | | is no specialized | | | | is no specialized |
| | | logger provided. | | | | logger provided. |
+----------------------------------+------------------------+--------------------------------+ +----------------------------------+---------------------------------------+--------------------------------+
| ``kea-dhcp4.lease-query-hooks``, | libdhcp_lease_query | Used |
| ``kea-dhcp6.lease-query-hooks`` | hook library | to log messages |
| | | related to the |
| | | operation of the |
| | | Leasequery hook library. |
+----------------------------------+------------------------+--------------------------------+
Note that user-defined hook libraries should not use any of the loggers Note that user-defined hook libraries should not use any of the loggers
mentioned above, but should instead define new loggers with names that mentioned above, but should instead define new loggers with names that