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" "type": "string"
} }
}, },
"x": { "verbosity": {
"description": "Logging verbosity level.", "description": "Logging verbosity level.",
"type": "string", "type": "string",
"enum": [ "enum": [

View File

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