Hello

I am trying to isolate kea-dhcp4 logs based on severity level.

Below is the portion of kea server config file for logging.

 "Logging": {
        "loggers": [
          {
            "name": "kea-dhcp4",
            "output_options": [
              {
                "output": "/var/log/kea-dhcp4.log"
              }
            ],
            "severity": "WARN"
          },
          {
            "debuglevel": 99,
            "name": "kea-dhcp4",
            "output_options": [
              {
                "output": "/var/log/kea-debug.log"
              }
            ],
            "severity": "DEBUG"
          }
        ]
      }


All the logs are directed to "/var/log/kea-debug.log" irrespective of
severity level. Expected: logs of severity "WARN" and higher to be logged
to "/var/log/kea-dhcp4.log".

Where am i going wrong?

Regards,
Lakshmi.
_______________________________________________
Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to