From d229ba76efb9267f159e389471585d9f829c3691 Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Fri, 15 Jun 2018 17:54:47 +0200 Subject: [PATCH] [master] Corrected HA example config file. Removed extraneous comma and corrected HA logger name. --- doc/examples/kea4/ha-load-balancing-primary.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/examples/kea4/ha-load-balancing-primary.json b/doc/examples/kea4/ha-load-balancing-primary.json index 115728c496..52264ea3d6 100644 --- a/doc/examples/kea4/ha-load-balancing-primary.json +++ b/doc/examples/kea4/ha-load-balancing-primary.json @@ -210,12 +210,12 @@ } ], - "severity": "INFO", + "severity": "INFO" }, { // This section specifies configuration of the HA hooks library specific // logger. - "name": "kea-dhcp4.ha_hooks", + "name": "kea-dhcp4.ha-hooks", "output_options": [ { "output": "stdout" -- 2.47.2