kea
kea copied to clipboard
fix(dhcp4): log DHCP4_REQUEST at lower debug level for consistency
Issue:https://gitlab.isc.org/isc-projects/kea/-/issues/3761
This change lowers the debug severity of the DHCP4_REQUEST log message from DBG_DHCP4_DETAIL to DBGLVL_COMMAND.
- Keeps the message at the debug level, but makes it visible with the typical debug level of 10.
- Aligns with logging conventions already used in the Kea DHCPv4 server, such as
DHCP4_PACKET_RECEIVED. - Improves consistency and visibility when debugging DHCP request flows.
Hi @tomaszmrugalski could please check this issue
Hi @andrei-pavel Could you please take a moment to review it when you get a chance?
Thanks in advance.