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/netconf | |
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/netconf')
-rw-r--r-- | doc/examples/netconf/comments.json | 6 | ||||
-rw-r--r-- | doc/examples/netconf/kea-dhcp6-operations/netconf.json | 6 | ||||
-rw-r--r-- | doc/examples/netconf/simple-dhcp4.json | 8 | ||||
-rw-r--r-- | doc/examples/netconf/simple-dhcp6.json | 8 |
4 files changed, 7 insertions, 21 deletions
diff --git a/doc/examples/netconf/comments.json b/doc/examples/netconf/comments.json index 637996dd29..7f04e8d3ac 100644 --- a/doc/examples/netconf/comments.json +++ b/doc/examples/netconf/comments.json @@ -23,12 +23,8 @@ "socket-name": "/path/to/the/unix/socket-v4" } } - } + }, - }, - - "Logging": - { // In loggers "loggers": [ { diff --git a/doc/examples/netconf/kea-dhcp6-operations/netconf.json b/doc/examples/netconf/kea-dhcp6-operations/netconf.json index f5fdca8c2a..8c918065db 100644 --- a/doc/examples/netconf/kea-dhcp6-operations/netconf.json +++ b/doc/examples/netconf/kea-dhcp6-operations/netconf.json @@ -11,10 +11,8 @@ "socket-name": "/tmp/kea6-sock" } } - } - }, - "Logging": - { + }, + "loggers": [ { diff --git a/doc/examples/netconf/simple-dhcp4.json b/doc/examples/netconf/simple-dhcp4.json index 42f06214ce..b8f85e054f 100644 --- a/doc/examples/netconf/simple-dhcp4.json +++ b/doc/examples/netconf/simple-dhcp4.json @@ -64,7 +64,7 @@ "comment": "Kea DHCP4 server serving network on floor 13" } - } + }, // Netconf is able to load hook libraries that augment its operation. // The primary functionality is the ability to add new commands. @@ -86,11 +86,7 @@ // } //] - }, - - // Similar to other Kea components, Netconf also uses logging. - "Logging": - { + // Similar to other Kea components, Netconf also uses logging. "loggers": [ { "name": "kea-netconf", diff --git a/doc/examples/netconf/simple-dhcp6.json b/doc/examples/netconf/simple-dhcp6.json index 9ff8674412..5dbb22218e 100644 --- a/doc/examples/netconf/simple-dhcp6.json +++ b/doc/examples/netconf/simple-dhcp6.json @@ -65,7 +65,7 @@ "comment": "Kea DHCP6 server serving network on floor 13" } - } + }, // Netconf is able to load hook libraries that augment its operation. // The primary functionality is the ability to add new commands. @@ -87,11 +87,7 @@ // } //] - }, - - // Similar to other Kea components, Netconf also uses logging. - "Logging": - { + // Similar to other Kea components, Netconf also uses logging. "loggers": [ { "name": "kea-netconf", |