]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Corrected HA example config file. trac3543_base trac5440_base trac5582_base trac5584_base
authorMarcin Siodelski <marcin@isc.org>
Fri, 15 Jun 2018 15:54:47 +0000 (17:54 +0200)
committerMarcin Siodelski <marcin@isc.org>
Fri, 15 Jun 2018 15:54:47 +0000 (17:54 +0200)
Removed extraneous comma and corrected HA logger name.

doc/examples/kea4/ha-load-balancing-primary.json

index 115728c49686b35e2152a28526a9dad52e0c0f8b..52264ea3d6bc69db127535642373b3a2ceed022e 100644 (file)
 
             }
         ],
-        "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"