chore: fix wrong config property in api_server verbosity

This commit is contained in:
Matthias
2025-01-25 12:51:43 +01:00
parent 63b72fb4eb
commit 222da034d1
2 changed files with 2 additions and 2 deletions

View File

@@ -979,7 +979,7 @@
"type": "string"
}
},
"x": {
"verbosity": {
"description": "Logging verbosity level.",
"type": "string",
"enum": [

View File

@@ -653,7 +653,7 @@ CONF_SCHEMA = {
"type": "array",
"items": {"type": "string"},
},
"x": {
"verbosity": {
"description": "Logging verbosity level.",
"type": "string",
"enum": ["error", "info"],