BIND 10 #3051: DHCP4 logfiles output from Kea display parameter mismatch errors

BIND 10 Development do-not-reply at isc.org
Thu Jul 11 15:47:02 UTC 2013


#3051: DHCP4 logfiles output from Kea display parameter mismatch errors
-------------------------------------+-------------------------------------
                   Reporter:         |                 Owner:
  jwright                            |                Status:  new
                       Type:         |             Milestone:  New Tasks
  defect                             |              Keywords:
                   Priority:         |             Sensitive:  0
  medium                             |           Sub-Project:  DNS
                  Component:         |  Estimated Difficulty:  0
  Unclassified                       |           Total Hours:  0
               CVSS Scoring:         |
            Defect Severity:  N/A    |
Feature Depending on Ticket:         |
        Add Hours to Ticket:  0      |
                  Internal?:  0      |
-------------------------------------+-------------------------------------
 BIND10 version: (BIND 10 20130529).

 When running ANVL tests for Section 2: "Introduction, Design Goals and
 Protocol Summary," I get the following messages in the dhcp4 component
 logfile:

 @@Excess logger placeholders still exist@@

 Logging for this components is configured as follows:

 # Set up logging for DHCP4 component
 > config add Logging/loggers
 > config set Logging/loggers[2]/name dhcp4
 > config set Logging/loggers[2]/severity DEBUG
 > config set Logging/loggers[2]/debuglevel 99
 > config add Logging/loggers[2]/output_options
 > config set Logging/loggers[2]/output_options[0]/destination file
 > config set Logging/loggers[2]/output_options[0]/output /home/test/var
 /test-anvl/dhcp4.log
 > config set Logging/loggers[2]/output_options[0]/maxsize 20040800
 > config set Logging/loggers[2]/output_options[0]/maxver 8
 > config commit

 Stephen had a quick look at the code and said the mismatch has to do with
 the file dhcp4_srv.cc:

 % DHCP4_QUERY_DATA received packet type %1, data is <%2>
 A debug message listing the data received from the client.
 LOG_DEBUG(dhcp4_logger, DBG_DHCP4_DETAIL_DATA, DHCP4_QUERY_DATA)
                       .arg(query->toText());

-- 
Ticket URL: <http://bind10.isc.org/ticket/3051>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list