Skip to content

Commit

Permalink
datamodel: logging: fix typo in 'zoncut' log group
Browse files Browse the repository at this point in the history
The log group is abbreviated in kresd - the actual word is `zonecut`,
but the log group is actually called `zoncut`, which the unfixed
datamodel would not let through.
  • Loading branch information
Spiffyk committed Nov 3, 2023
1 parent dffefd0 commit 92aff54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/knot_resolver_manager/datamodel/logging_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"valdtr",
"resolv",
"select",
"zonecut",
"zoncut",
"cookie",
"statis",
"rebind",
Expand Down

0 comments on commit 92aff54

Please sign in to comment.