mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 08:50:47 +00:00
chore: fix wrong config property in api_server verbosity
This commit is contained in:
@@ -979,7 +979,7 @@
|
|||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"x": {
|
"verbosity": {
|
||||||
"description": "Logging verbosity level.",
|
"description": "Logging verbosity level.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"enum": [
|
"enum": [
|
||||||
|
|||||||
@@ -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"],
|
||||||
|
|||||||
Reference in New Issue
Block a user