diff options
author | Razvan Becheriu <razvan@isc.org> | 2023-08-21 07:10:45 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-09-18 10:08:07 +0200 |
commit | 150ef07994da9c59ac4081c8df58f5d4d748cac7 (patch) | |
tree | 093452f78a1a0bf10cc645b945bd0a58b048871e /doc/examples | |
parent | [#2904] revert parsers grammar changes in ARM (diff) | |
download | kea-150ef07994da9c59ac4081c8df58f5d4d748cac7.tar.xz kea-150ef07994da9c59ac4081c8df58f5d4d748cac7.zip |
[#3003] output_options alias for output-options
Diffstat (limited to 'doc/examples')
57 files changed, 61 insertions, 61 deletions
diff --git a/doc/examples/agent/simple.json b/doc/examples/agent/simple.json index a7227de04f..5e82b99530 100644 --- a/doc/examples/agent/simple.json +++ b/doc/examples/agent/simple.json @@ -126,7 +126,7 @@ "loggers": [ { "name": "kea-ctrl-agent", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-ctrl-agent.log", // Several additional parameters are possible in addition diff --git a/doc/examples/ddns/all-keys-netconf.json b/doc/examples/ddns/all-keys-netconf.json index 2ea6fad859..642258dc35 100644 --- a/doc/examples/ddns/all-keys-netconf.json +++ b/doc/examples/ddns/all-keys-netconf.json @@ -152,7 +152,7 @@ "name": "kea-dhcp-ddns", // Configures how the log should be output. - "output_options": [ + "output-options": [ { // Determines whether the log should be flushed to a file. "flush": true, diff --git a/doc/examples/ddns/all-keys.json b/doc/examples/ddns/all-keys.json index 674c9860cf..6907d178fe 100644 --- a/doc/examples/ddns/all-keys.json +++ b/doc/examples/ddns/all-keys.json @@ -152,7 +152,7 @@ "name": "kea-dhcp-ddns", // Configures how the log should be output. - "output_options": [ + "output-options": [ { // Determines whether the log should be flushed to a file. "flush": true, diff --git a/doc/examples/ddns/sample1.json b/doc/examples/ddns/sample1.json index 7ff4960c9a..4c8190ea03 100644 --- a/doc/examples/ddns/sample1.json +++ b/doc/examples/ddns/sample1.json @@ -148,7 +148,7 @@ "loggers": [ { "name": "kea-dhcp-ddns", - "output_options": [ + "output-options": [ { "output": "stdout", // Several additional parameters are possible in addition diff --git a/doc/examples/kea4/advanced.json b/doc/examples/kea4/advanced.json index 9191226aaf..16a949831f 100644 --- a/doc/examples/kea4/advanced.json +++ b/doc/examples/kea4/advanced.json @@ -184,7 +184,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout", // Several additional parameters are possible in addition diff --git a/doc/examples/kea4/all-keys-netconf.json b/doc/examples/kea4/all-keys-netconf.json index 022eb0f214..c5cf9036f4 100644 --- a/doc/examples/kea4/all-keys-netconf.json +++ b/doc/examples/kea4/all-keys-netconf.json @@ -1211,7 +1211,7 @@ "name": "kea-dhcp4", // Configures how the log should be output. - "output_options": [ + "output-options": [ { // Determines whether the log should be flushed to a file. "flush": true, diff --git a/doc/examples/kea4/all-keys.json b/doc/examples/kea4/all-keys.json index db647dcbcd..4334c25eb8 100644 --- a/doc/examples/kea4/all-keys.json +++ b/doc/examples/kea4/all-keys.json @@ -1239,7 +1239,7 @@ "name": "kea-dhcp4", // Configures how the log should be output. - "output_options": [ + "output-options": [ { // Determines whether the log should be flushed to a file. "flush": true, diff --git a/doc/examples/kea4/backends.json b/doc/examples/kea4/backends.json index d8e037bdae..e7c1a48b3b 100644 --- a/doc/examples/kea4/backends.json +++ b/doc/examples/kea4/backends.json @@ -92,7 +92,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/classify.json b/doc/examples/kea4/classify.json index 47bbdcbc1b..9af06d8377 100644 --- a/doc/examples/kea4/classify.json +++ b/doc/examples/kea4/classify.json @@ -134,7 +134,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/classify2.json b/doc/examples/kea4/classify2.json index ec9d58b7ff..3bb48d20b2 100644 --- a/doc/examples/kea4/classify2.json +++ b/doc/examples/kea4/classify2.json @@ -167,7 +167,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/config-backend.json b/doc/examples/kea4/config-backend.json index 272243a1ff..82d36fb041 100644 --- a/doc/examples/kea4/config-backend.json +++ b/doc/examples/kea4/config-backend.json @@ -78,7 +78,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/dhcpv4-over-dhcpv6.json b/doc/examples/kea4/dhcpv4-over-dhcpv6.json index a2b3d43fb8..c622c4225e 100644 --- a/doc/examples/kea4/dhcpv4-over-dhcpv6.json +++ b/doc/examples/kea4/dhcpv4-over-dhcpv6.json @@ -34,7 +34,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "/tmp/kea-dhcp4.log" } diff --git a/doc/examples/kea4/global-reservations.json b/doc/examples/kea4/global-reservations.json index 8171eb50cf..37cba508f5 100644 --- a/doc/examples/kea4/global-reservations.json +++ b/doc/examples/kea4/global-reservations.json @@ -165,7 +165,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json b/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json index 5e6802647c..91912169f0 100644 --- a/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json +++ b/doc/examples/kea4/ha-load-balancing-server1-mt-with-tls.json @@ -259,7 +259,7 @@ // component. It tells DHCPv4 server to write all log messages (on // severity INFO or more) to a file. "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } @@ -271,7 +271,7 @@ // This section specifies configuration of the HA hook library-specific // logger. "name": "kea-dhcp4.ha-hooks", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/ha-load-balancing-server2-mt.json b/doc/examples/kea4/ha-load-balancing-server2-mt.json index ddfadb0cfd..ab31cfa692 100644 --- a/doc/examples/kea4/ha-load-balancing-server2-mt.json +++ b/doc/examples/kea4/ha-load-balancing-server2-mt.json @@ -242,7 +242,7 @@ // component. It tells DHCPv4 server to write all log messages (on // severity INFO or more) to a file. "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } @@ -254,7 +254,7 @@ // This section specifies configuration of the HA hook library-specific // logger. "name": "kea-dhcp4.ha-hooks", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/leases-expiration.json b/doc/examples/kea4/leases-expiration.json index 629b12654b..427eb40061 100644 --- a/doc/examples/kea4/leases-expiration.json +++ b/doc/examples/kea4/leases-expiration.json @@ -63,7 +63,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/multiple-options.json b/doc/examples/kea4/multiple-options.json index 8252d503b8..d8495b00c7 100644 --- a/doc/examples/kea4/multiple-options.json +++ b/doc/examples/kea4/multiple-options.json @@ -174,7 +174,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/mysql-reservations.json b/doc/examples/kea4/mysql-reservations.json index c44c463542..e8c0c22e1a 100644 --- a/doc/examples/kea4/mysql-reservations.json +++ b/doc/examples/kea4/mysql-reservations.json @@ -90,7 +90,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/pgsql-reservations.json b/doc/examples/kea4/pgsql-reservations.json index 7d9bd669ba..6941fd00b9 100644 --- a/doc/examples/kea4/pgsql-reservations.json +++ b/doc/examples/kea4/pgsql-reservations.json @@ -88,7 +88,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/reservations.json b/doc/examples/kea4/reservations.json index 58070bf3b4..da44c1b4bc 100644 --- a/doc/examples/kea4/reservations.json +++ b/doc/examples/kea4/reservations.json @@ -170,7 +170,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/several-subnets.json b/doc/examples/kea4/several-subnets.json index bcdf3a70ee..6a9e1f557f 100644 --- a/doc/examples/kea4/several-subnets.json +++ b/doc/examples/kea4/several-subnets.json @@ -73,7 +73,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/single-subnet.json b/doc/examples/kea4/single-subnet.json index 49457fecb0..4a2880ba1b 100644 --- a/doc/examples/kea4/single-subnet.json +++ b/doc/examples/kea4/single-subnet.json @@ -47,7 +47,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea4/with-ddns.json b/doc/examples/kea4/with-ddns.json index 9d06cd3bf4..f479c57715 100644 --- a/doc/examples/kea4/with-ddns.json +++ b/doc/examples/kea4/with-ddns.json @@ -72,7 +72,7 @@ "loggers": [ { "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/advanced.json b/doc/examples/kea6/advanced.json index 995f693715..02ff310f9c 100644 --- a/doc/examples/kea6/advanced.json +++ b/doc/examples/kea6/advanced.json @@ -164,7 +164,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout", // Several additional parameters are possible in addition diff --git a/doc/examples/kea6/all-keys-netconf.json b/doc/examples/kea6/all-keys-netconf.json index 4d8a1b04a8..e9254aa04d 100644 --- a/doc/examples/kea6/all-keys-netconf.json +++ b/doc/examples/kea6/all-keys-netconf.json @@ -1185,7 +1185,7 @@ "name": "kea-dhcp6", // Configures how the log should be output. - "output_options": [ + "output-options": [ { // Determines whether the log should be flushed to a file. "flush": true, diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index 82fa9c81ab..fac0218af5 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -1213,7 +1213,7 @@ "name": "kea-dhcp6", // Configures how the log should be output. - "output_options": [ + "output-options": [ { // Determines whether the log should be flushed to a file. "flush": true, diff --git a/doc/examples/kea6/backends.json b/doc/examples/kea6/backends.json index 52ed3ec599..df1072cfb1 100644 --- a/doc/examples/kea6/backends.json +++ b/doc/examples/kea6/backends.json @@ -93,7 +93,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/classify.json b/doc/examples/kea6/classify.json index 796926c683..41c2a2d9f3 100644 --- a/doc/examples/kea6/classify.json +++ b/doc/examples/kea6/classify.json @@ -99,7 +99,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/classify2.json b/doc/examples/kea6/classify2.json index ffdf32d808..78542f48ad 100644 --- a/doc/examples/kea6/classify2.json +++ b/doc/examples/kea6/classify2.json @@ -136,7 +136,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/config-backend.json b/doc/examples/kea6/config-backend.json index 4793ee2e0d..d269f3f120 100644 --- a/doc/examples/kea6/config-backend.json +++ b/doc/examples/kea6/config-backend.json @@ -78,7 +78,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/dhcpv4-over-dhcpv6.json b/doc/examples/kea6/dhcpv4-over-dhcpv6.json index f09a18c50b..56e371e3ce 100644 --- a/doc/examples/kea6/dhcpv4-over-dhcpv6.json +++ b/doc/examples/kea6/dhcpv4-over-dhcpv6.json @@ -44,7 +44,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "/tmp/kea-dhcp6.log" } diff --git a/doc/examples/kea6/dnr.json b/doc/examples/kea6/dnr.json index e902f5f209..48893f765d 100644 --- a/doc/examples/kea6/dnr.json +++ b/doc/examples/kea6/dnr.json @@ -73,7 +73,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/duid.json b/doc/examples/kea6/duid.json index 0bc3753d11..223d4c3021 100644 --- a/doc/examples/kea6/duid.json +++ b/doc/examples/kea6/duid.json @@ -66,7 +66,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/global-reservations.json b/doc/examples/kea6/global-reservations.json index 59cc873cd4..b98b3e0ede 100644 --- a/doc/examples/kea6/global-reservations.json +++ b/doc/examples/kea6/global-reservations.json @@ -160,7 +160,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/ha-hot-standby-server1-with-tls.json b/doc/examples/kea6/ha-hot-standby-server1-with-tls.json index 3a586f9c16..9fab5429c9 100644 --- a/doc/examples/kea6/ha-hot-standby-server1-with-tls.json +++ b/doc/examples/kea6/ha-hot-standby-server1-with-tls.json @@ -144,7 +144,7 @@ // component. It tells DHCPv6 server to write all log messages (on // severity INFO or more) to a file. "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } @@ -156,7 +156,7 @@ // This section specifies configuration of the HA hook library-specific // logger. "name": "kea-dhcp6.ha-hooks", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/ha-hot-standby-server2.json b/doc/examples/kea6/ha-hot-standby-server2.json index 43c751bf12..6a9a680ed9 100644 --- a/doc/examples/kea6/ha-hot-standby-server2.json +++ b/doc/examples/kea6/ha-hot-standby-server2.json @@ -135,7 +135,7 @@ // component. It tells DHCPv6 server to write all log messages (on // severity INFO or more) to a file. "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } @@ -147,7 +147,7 @@ // This section specifies configuration of the HA hook library-specific // logger. "name": "kea-dhcp6.ha-hooks", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/leases-expiration.json b/doc/examples/kea6/leases-expiration.json index 46a410ff3a..d70b7631a9 100644 --- a/doc/examples/kea6/leases-expiration.json +++ b/doc/examples/kea6/leases-expiration.json @@ -71,7 +71,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/multiple-options.json b/doc/examples/kea6/multiple-options.json index eae1d8e74b..03d83fea68 100644 --- a/doc/examples/kea6/multiple-options.json +++ b/doc/examples/kea6/multiple-options.json @@ -170,7 +170,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/mysql-reservations.json b/doc/examples/kea6/mysql-reservations.json index 74beb2c631..cc1acc3c69 100644 --- a/doc/examples/kea6/mysql-reservations.json +++ b/doc/examples/kea6/mysql-reservations.json @@ -87,7 +87,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/pgsql-reservations.json b/doc/examples/kea6/pgsql-reservations.json index 6c61019650..6da8d150d6 100644 --- a/doc/examples/kea6/pgsql-reservations.json +++ b/doc/examples/kea6/pgsql-reservations.json @@ -84,7 +84,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/reservations.json b/doc/examples/kea6/reservations.json index 95a0e9df1b..c793cb8c42 100644 --- a/doc/examples/kea6/reservations.json +++ b/doc/examples/kea6/reservations.json @@ -157,7 +157,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/several-subnets.json b/doc/examples/kea6/several-subnets.json index b32b56a3aa..063ddb4410 100644 --- a/doc/examples/kea6/several-subnets.json +++ b/doc/examples/kea6/several-subnets.json @@ -47,7 +47,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/simple.json b/doc/examples/kea6/simple.json index 06e51e93bf..3b6d3d518f 100644 --- a/doc/examples/kea6/simple.json +++ b/doc/examples/kea6/simple.json @@ -49,7 +49,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/softwire46.json b/doc/examples/kea6/softwire46.json index e04821f22f..bbc810c599 100644 --- a/doc/examples/kea6/softwire46.json +++ b/doc/examples/kea6/softwire46.json @@ -76,7 +76,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-debug.log" } diff --git a/doc/examples/kea6/tee-times.json b/doc/examples/kea6/tee-times.json index 5db9c98d57..e69cc09e86 100644 --- a/doc/examples/kea6/tee-times.json +++ b/doc/examples/kea6/tee-times.json @@ -59,7 +59,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/kea6/with-ddns.json b/doc/examples/kea6/with-ddns.json index cbddfc64be..4f2de1f5ac 100644 --- a/doc/examples/kea6/with-ddns.json +++ b/doc/examples/kea6/with-ddns.json @@ -75,7 +75,7 @@ "loggers": [ { "name": "kea-dhcp6", - "output_options": [ + "output-options": [ { "output": "stdout" } diff --git a/doc/examples/netconf/kea-dhcp6-operations/netconf.json b/doc/examples/netconf/kea-dhcp6-operations/netconf.json index 1a8cd2113a..653a40c7eb 100644 --- a/doc/examples/netconf/kea-dhcp6-operations/netconf.json +++ b/doc/examples/netconf/kea-dhcp6-operations/netconf.json @@ -17,7 +17,7 @@ [ { "name": "kea-netconf", - "output_options": + "output-options": [ { "output": "stderr" diff --git a/doc/examples/netconf/simple-dhcp4.json b/doc/examples/netconf/simple-dhcp4.json index 309badf862..887c673065 100644 --- a/doc/examples/netconf/simple-dhcp4.json +++ b/doc/examples/netconf/simple-dhcp4.json @@ -90,7 +90,7 @@ "loggers": [ { "name": "kea-netconf", - "output_options": [ + "output-options": [ { // "output": "/var/log/kea-netconf.log", "output": "stdout", diff --git a/doc/examples/netconf/simple-dhcp6.json b/doc/examples/netconf/simple-dhcp6.json index 91e57bece3..1829a44a2b 100644 --- a/doc/examples/netconf/simple-dhcp6.json +++ b/doc/examples/netconf/simple-dhcp6.json @@ -91,7 +91,7 @@ "loggers": [ { "name": "kea-netconf", - "output_options": [ + "output-options": [ { // "output": "/var/log/kea-netconf.log", "output": "stdout", diff --git a/doc/examples/template-ha-mt-tls/kea-ca-1.conf b/doc/examples/template-ha-mt-tls/kea-ca-1.conf index cec984bff5..765dd9cc21 100644 --- a/doc/examples/template-ha-mt-tls/kea-ca-1.conf +++ b/doc/examples/template-ha-mt-tls/kea-ca-1.conf @@ -65,7 +65,7 @@ "loggers": [ { "name": "kea-ctrl-agent", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-ctrl-agent.log", diff --git a/doc/examples/template-ha-mt-tls/kea-ca-2.conf b/doc/examples/template-ha-mt-tls/kea-ca-2.conf index 3835a49f48..72eb73b1b1 100644 --- a/doc/examples/template-ha-mt-tls/kea-ca-2.conf +++ b/doc/examples/template-ha-mt-tls/kea-ca-2.conf @@ -65,7 +65,7 @@ "loggers": [ { "name": "kea-ctrl-agent", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-ctrl-agent.log", diff --git a/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf b/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf index 5b4ae2fa1f..0dc11983e5 100644 --- a/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf +++ b/doc/examples/template-ha-mt-tls/kea-dhcp4-1.conf @@ -223,7 +223,7 @@ // will be rotated once it grows to 2MB and up to 4 files will be kept. The debuglevel // (range 0 to 99) is used only when logging on DEBUG level. "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-dhcp4.log", "maxsize": 2048000, diff --git a/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf b/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf index f1b48ae4be..070569b2a7 100644 --- a/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf +++ b/doc/examples/template-ha-mt-tls/kea-dhcp4-2.conf @@ -223,7 +223,7 @@ // will be rotated once it grows to 2MB and up to 4 files will be kept. The debuglevel // (range 0 to 99) is used only when logging on DEBUG level. "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-dhcp4.log", "maxsize": 2048000, diff --git a/doc/examples/template-power-user-home/kea-ca-1.conf b/doc/examples/template-power-user-home/kea-ca-1.conf index 04945c8a3e..9139008794 100644 --- a/doc/examples/template-power-user-home/kea-ca-1.conf +++ b/doc/examples/template-power-user-home/kea-ca-1.conf @@ -41,7 +41,7 @@ "loggers": [ { "name": "kea-ctrl-agent", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-ctrl-agent.log", diff --git a/doc/examples/template-power-user-home/kea-ca-2.conf b/doc/examples/template-power-user-home/kea-ca-2.conf index c876012aff..f36c850aba 100644 --- a/doc/examples/template-power-user-home/kea-ca-2.conf +++ b/doc/examples/template-power-user-home/kea-ca-2.conf @@ -41,7 +41,7 @@ "loggers": [ { "name": "kea-ctrl-agent", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-ctrl-agent.log", diff --git a/doc/examples/template-power-user-home/kea-dhcp4-1.conf b/doc/examples/template-power-user-home/kea-dhcp4-1.conf index 48b8c2eb86..d4a9d70560 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-1.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-1.conf @@ -212,7 +212,7 @@ // will be rotated once it grows to 2MB and up to 4 files will be kept. The debuglevel // (range 0 to 99) is used only when logging on DEBUG level. "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-dhcp4.log", "maxsize": 2048000, diff --git a/doc/examples/template-power-user-home/kea-dhcp4-2.conf b/doc/examples/template-power-user-home/kea-dhcp4-2.conf index 29d8f4ca06..f75a99775e 100644 --- a/doc/examples/template-power-user-home/kea-dhcp4-2.conf +++ b/doc/examples/template-power-user-home/kea-dhcp4-2.conf @@ -212,7 +212,7 @@ // will be rotated once it grows to 2MB and up to 4 files will be kept. The debuglevel // (range 0 to 99) is used only when logging on DEBUG level. "name": "kea-dhcp4", - "output_options": [ + "output-options": [ { "output": "/var/log/kea-dhcp4.log", "maxsize": 2048000, |