diff options
author | Piotrek Zadroga <piotrek@isc.org> | 2023-08-17 11:33:37 +0200 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2023-09-18 10:08:07 +0200 |
commit | 0af98b4be44027db83ee7c14870c9691d4d5696a (patch) | |
tree | 5056b8b63fc173ebf0b2628a484ce08bdfa9397b /doc | |
parent | [#2904] ARM docs update (diff) | |
download | kea-0af98b4be44027db83ee7c14870c9691d4d5696a.tar.xz kea-0af98b4be44027db83ee7c14870c9691d4d5696a.zip |
[#2904] revert alias output-options in examples
This reverts commit 12b00c890122313c8a912c4252054aab99bc07ad.
Diffstat (limited to 'doc')
57 files changed, 61 insertions, 61 deletions
diff --git a/doc/examples/agent/simple.json b/doc/examples/agent/simple.json index 5e82b99530..a7227de04f 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 642258dc35..2ea6fad859 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 6907d178fe..674c9860cf 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 4c8190ea03..7ff4960c9a 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 16a949831f..9191226aaf 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 c5cf9036f4..022eb0f214 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 4334c25eb8..db647dcbcd 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 e7c1a48b3b..d8e037bdae 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 9af06d8377..47bbdcbc1b 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 3bb48d20b2..ec9d58b7ff 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 82d36fb041..272243a1ff 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 c622c4225e..a2b3d43fb8 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 37cba508f5..8171eb50cf 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 91912169f0..5e6802647c 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 ab31cfa692..ddfadb0cfd 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 427eb40061..629b12654b 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 d8495b00c7..8252d503b8 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 e8c0c22e1a..c44c463542 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 6941fd00b9..7d9bd669ba 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 da44c1b4bc..58070bf3b4 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 6a9e1f557f..bcdf3a70ee 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 4a2880ba1b..49457fecb0 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 f479c57715..9d06cd3bf4 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 02ff310f9c..995f693715 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 e9254aa04d..4d8a1b04a8 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 fac0218af5..82fa9c81ab 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 df1072cfb1..52ed3ec599 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 41c2a2d9f3..796926c683 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 78542f48ad..ffdf32d808 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 d269f3f120..4793ee2e0d 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 56e371e3ce..f09a18c50b 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 48893f765d..e902f5f209 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 223d4c3021..0bc3753d11 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 b98b3e0ede..59cc873cd4 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 9fab5429c9..3a586f9c16 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 6a9a680ed9..43c751bf12 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 d70b7631a9..46a410ff3a 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 03d83fea68..eae1d8e74b 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 cc1acc3c69..74beb2c631 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 6da8d150d6..6c61019650 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 c793cb8c42..95a0e9df1b 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 063ddb4410..b32b56a3aa 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 3b6d3d518f..06e51e93bf 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 bbc810c599..e04821f22f 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 e69cc09e86..5db9c98d57 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 4f2de1f5ac..cbddfc64be 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 653a40c7eb..1a8cd2113a 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 887c673065..309badf862 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 1829a44a2b..91e57bece3 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 765dd9cc21..cec984bff5 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 72eb73b1b1..3835a49f48 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 0dc11983e5..5b4ae2fa1f 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 070569b2a7..f1b48ae4be 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 9139008794..04945c8a3e 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 f36c850aba..c876012aff 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 d4a9d70560..48b8c2eb86 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 f75a99775e..29d8f4ca06 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, |