[Kea-users] Logging configuration not working

Tomek Mrugalski tomasz at isc.org
Wed Jan 27 18:43:09 UTC 2016


On 27.01.2016 15:09, Ruben d'Arco wrote:
> Below is my current configuration file. With that configuration file, the logging still seems to provide debug output.
> It's kea-1.0.0 build from the tar source.
> 
> Output of the logging:
> 
> 2016-01-27 14:07:00.340 DEBUG [kea-dhcp4.packets/28871] DHCP4_BUFFER_WAIT waiting for next DHCPv4 packet with timeout 1000 ms
> 2016-01-27 14:07:10.339 DEBUG [kea-dhcp4.dhcpsrv/28871] DHCPSRV_TIMERMGR_RUN_TIMER_OPERATION running operation for timer: reclaim-expired-leases
> [...]
>
> My configuration file:
> "Logging":
> {
>   "loggers": [
>     {
>       "name": "kea-dhcp4",
>[...]
>       "severity": "INFO"
>     },
>[...]
> }}
Your configuration seems correct. How did you start Kea processes? If
using keactrl, can you take a look at your keactrl.conf? In particular,
check that kea_verbose is not set to yet.

If you started it by hand or a script, are you sure that -d was not
passed as a parameter?

If there's no kea_verbose and you didn't use -d, then it looks like a bug.

Tomek




More information about the Kea-users mailing list