diff options
author | Francis Dupont <fdupont@isc.org> | 2019-01-07 19:42:03 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2019-05-23 00:10:24 +0200 |
commit | 7bc4cc182af343fc0daeef92a78f5d8ea0f38dc8 (patch) | |
tree | 6fdc34eabab3f6b13a594b8d3b8c1a98d0468a45 /doc/examples/kea6/simple.json | |
parent | [#208,!196] regen flex/bison (diff) | |
download | kea-7bc4cc182af343fc0daeef92a78f5d8ea0f38dc8.tar.xz kea-7bc4cc182af343fc0daeef92a78f5d8ea0f38dc8.zip |
[208-move-logging-from-global-objects-to-global-params] Almost done. Checkpoint of the day
Diffstat (limited to 'doc/examples/kea6/simple.json')
-rw-r--r-- | doc/examples/kea6/simple.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/examples/kea6/simple.json b/doc/examples/kea6/simple.json index b47ca60f83..30903b52dc 100644 --- a/doc/examples/kea6/simple.json +++ b/doc/examples/kea6/simple.json @@ -39,14 +39,12 @@ "subnet": "2001:db8:1::/64", "interface": "ethX" } - ] -}, + ], // The following configures logging. It assumes that messages with at // least informational level (info, warn, error and fatal) should be // logged to stdout. Alternatively, you can specify stderr here, a filename // or 'syslog', which will store output messages via syslog. -"Logging": { "loggers": [ { "name": "kea-dhcp6", |