Skip to content

Commit

Permalink
chore: fix wrong config property in api_server verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
xmatthias committed Jan 25, 2025
1 parent 63b72fb commit 222da03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_helpers/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@
"type": "string"
}
},
"x": {
"verbosity": {
"description": "Logging verbosity level.",
"type": "string",
"enum": [
Expand Down
2 changes: 1 addition & 1 deletion freqtrade/configuration/config_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@
"type": "array",
"items": {"type": "string"},
},
"x": {
"verbosity": {
"description": "Logging verbosity level.",
"type": "string",
"enum": ["error", "info"],
Expand Down

0 comments on commit 222da03

Please sign in to comment.