From 0cf77da0d86bba1596c0e0bd885ad264e98ce695 Mon Sep 17 00:00:00 2001 From: Shawn Routhier Date: Tue, 9 Jun 2015 12:42:18 -0700 Subject: [PATCH] [trac3808] Updates per review comments round 2 Add the ChangeLog entry Update the documentation to change the underscores to hyphens --- ChangeLog | 7 +++++++ doc/guide/logging.xml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 76dffcc89f..3aa20db439 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +xxx [func] sar + Split the DHCP-DDNS logging messages amongst several loggers to + allow the administrator finer control over debugging messages. + Messages pertaining to the name change requests processing include + an ID, currently the DHCID, to identify the transactions. + (Trac #3808, git ) + 929 [build] fdupont Corrected problem in build system whereby specifying an installation directory on the "configure" command line that diff --git a/doc/guide/logging.xml b/doc/guide/logging.xml index d3319882e9..d9d275e77e 100644 --- a/doc/guide/logging.xml +++ b/doc/guide/logging.xml @@ -236,13 +236,13 @@ for libraries used by the deamon. - kea-dhcp-ddns.dhcp_to_d2 - this is the logger + kea-dhcp-ddns.dhcp-to-d2 - this is the logger used by the kea-dhcp-ddns deamon for logging information about events dealing with receving messages from the DHCP servers and adding them to the queue for processing. - kea-dhcp-ddns.d2_to_dns - this is the logger + kea-dhcp-ddns.d2-to-dns - this is the logger used by the kea-dhcp-ddns deamon for logging information about events dealing with sending and receiving messages with the DNS servers. -- 2.47.3