summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2026-06-08 15:00:57 +0100
committerGitHub <noreply@github.com>2026-06-08 15:00:57 +0100
commit4b3036bf8353105c3ad200efcd87c16a39cbfc59 (patch)
treeb9c006dc263c9c965b99ef6186835cce11f19027 /docs
parent4ff8e26063b1278c48f84e1ffdbd388552896c51 (diff)
downloadvyos-documentation-4b3036bf8353105c3ad200efcd87c16a39cbfc59.tar.gz
vyos-documentation-4b3036bf8353105c3ad200efcd87c16a39cbfc59.zip
T8600: Add option to change logging verbosity in Kea (#2076)
(cherry picked from commit 875b0825b24c03b9a5ba904f8f2d2de946564b74) Co-authored-by: Nataliia Solomko <natalirs1985@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/service/dhcp-server.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/configuration/service/dhcp-server.md b/docs/configuration/service/dhcp-server.md
index 721d6d4a..31b3ac82 100644
--- a/docs/configuration/service/dhcp-server.md
+++ b/docs/configuration/service/dhcp-server.md
@@ -82,6 +82,12 @@ a server whose only clients are reached via unicasts, such as via DHCP relay
agents.
```
+```{cfgcmd} set service dhcp-server log-level \<fatal | error | warn | info | debug\>
+
+Set the logging verbosity of the Kea DHCP server. The default level is
+`info`.
+```
+
#### Individual Client Subnet
```{cfgcmd} set service dhcp-server shared-network-name \<name\> authoritative
@@ -950,6 +956,12 @@ section.
with the highest preference value. The range for this value is ``0...255``.
```
+```{cfgcmd} set service dhcpv6-server log-level \<fatal | error | warn | info | debug\>
+
+Set the logging verbosity of the Kea DHCPv6 server. The default level is
+`info`.
+```
+
```{cfgcmd} set service dhcpv6-server shared-network-name \<name\> subnet \<subnet\> subnet-id \<id\>