Skip to content

Commit 222da03

Browse files
committed
chore: fix wrong config property in api_server verbosity
1 parent 63b72fb commit 222da03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_helpers/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@
979979
"type": "string"
980980
}
981981
},
982-
"x": {
982+
"verbosity": {
983983
"description": "Logging verbosity level.",
984984
"type": "string",
985985
"enum": [

freqtrade/configuration/config_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@
653653
"type": "array",
654654
"items": {"type": "string"},
655655
},
656-
"x": {
656+
"verbosity": {
657657
"description": "Logging verbosity level.",
658658
"type": "string",
659659
"enum": ["error", "info"],

0 commit comments

Comments
 (0)