Log4cplus:ERROR No appenders could be found for logger (kea-dhcp4.packets)
I added the configuration for the logging system, after applying the configuration in the logs I found this error: Log4cplus: ERROR No appenders could be found for logger (kea-dhcp4.packets) How to enable packets logging? Kea-1.6.1-Stable
{ "loggers": [ { "name": "kea-dhcp4.leases]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.bad-packet]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.packets]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.dhcp4]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.dhcpsrv]", "output_options": [ { "output": "syslog" } ], "severity": "INFO"
}, { "name": "kea-dhcp4.ha-hooks", "output_options": [ { "output": "/var/log/kea-ha.log" } ], "severity": "INFO" //"INFO" } ] }