[Kea-users] Logger not found in Stork

Marcin Siodelski marcin at isc.org
Fri Oct 13 06:43:53 UTC 2023


Ronald,

Kea 2.5.2 introduced an alias for output_options. When you configure the 
Kea server you can now use "output-options" or "output_options" in the 
logger configuration. However, no matter which parameter name you use in 
your configuration file, Kea will return the default (i.e., 
"output-options") when you issue a config-get commanad. Stork uses this 
command to collect Kea configurations.

Unfortunately, we neglected to update Stork to recognize the parameter 
name with a hyphen, resulting in a behavior you're seeing.

I will create a new Stork ticket to address this issue in 1.14. I don't 
see any workaround for it other than use an older Kea version that 
doesn't use the new alias.

Marcin Siodelski
Sr. Software Engineer,
ISC

On 13.10.2023 08:28, DDFR | Ronald Blaas wrote:
> Hi all,
> 
> I already asked a question about this on the sstork userlist but perhaps 
> someone on kea already has seen this behaviour.
> 
> I recently upgraded Stork to version 1.13 and now the log file is not 
> displayed in stork. This is as well for DHCPv4 and CA.
> Would love to get the logfile back in stork.
> 
> Using kea version 2.5.2
> and in the kea conf i use the output_options (with underscore and not 
> with dash)
> 
> "loggers": [
>      {
>          "name": "kea-dhcp4",
>          "output_options": [
>              {
>                  "output": "/var/log/kea/kea-dhcp4.log"
>              }
>          ],
>          "severity": "INFO",
> 
>          "debuglevel": 0
>      }
> 
> Any idea?
> 
> regards,
> 
> Ronald
> 



More information about the Kea-users mailing list