diff options
Diffstat (limited to 'doc/examples/kea4/advanced.json')
-rw-r--r-- | doc/examples/kea4/advanced.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/examples/kea4/advanced.json b/doc/examples/kea4/advanced.json index 00380e59e7..38f71ed18a 100644 --- a/doc/examples/kea4/advanced.json +++ b/doc/examples/kea4/advanced.json @@ -172,14 +172,12 @@ "subnet": "192.0.5.0/24", "authoritative": true } - ] -}, - - // The following configures logging. It assumes that messages with - // at least informational level (info, warn, error and fatal) should - // be logged to stdout. - "Logging": { - "loggers": [ + ], + + // The following configures logging. It assumes that messages with + // at least informational level (info, warn, error and fatal) should + // be logged to stdout. + "loggers": [ { "name": "kea-dhcp4", "output_options": [ |