mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 00:23:07 +00:00
chore: fix wrong config property in api_server verbosity
This commit is contained in:
@@ -979,7 +979,7 @@
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"x": {
|
||||
"verbosity": {
|
||||
"description": "Logging verbosity level.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
|
||||
@@ -653,7 +653,7 @@ CONF_SCHEMA = {
|
||||
"type": "array",
|
||||
"items": {"type": "string"},
|
||||
},
|
||||
"x": {
|
||||
"verbosity": {
|
||||
"description": "Logging verbosity level.",
|
||||
"type": "string",
|
||||
"enum": ["error", "info"],
|
||||
|
||||
Reference in New Issue
Block a user