From 47cea70608d6b93f37c8cba1a092a8c8dba1c751 Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 21 Nov 2019 14:00:40 +0800 Subject: [PATCH] [#898] BOOTP logger documented. --- doc/sphinx/arm/logging.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/sphinx/arm/logging.rst b/doc/sphinx/arm/logging.rst index 637ac34d76..f64ff93189 100644 --- a/doc/sphinx/arm/logging.rst +++ b/doc/sphinx/arm/logging.rst @@ -186,6 +186,11 @@ libraries), or hooks libraries (open source or premium). | | | packet drop and | | | | reject entries. | +----------------------------------+------------------------+--------------------------------+ + | ``kea-dhcp4.bootp`` | libdhcp_bootp | This logger is used to log | + | | hook library | messages related to the | + | | | operation of the BOOTP hook | + | | | library. | + +----------------------------------+------------------------+--------------------------------+ | ``kea-dhcp4.callouts``, | core | Used to log messages | | ``kea-dhcp6.callouts`` | | pertaining to the | | | | callouts registration |