From: Marcin Siodelski Date: Fri, 15 Jun 2018 15:54:47 +0000 (+0200) Subject: [master] Corrected HA example config file. X-Git-Tag: trac3543_base X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d229ba76efb9267f159e389471585d9f829c3691;p=thirdparty%2Fkea.git [master] Corrected HA example config file. Removed extraneous comma and corrected HA logger name. --- 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"