Merge pull request #3408 from freqtrade/apiserver_logging

Apiserver logging
This commit is contained in:
hroff-1902
2020-06-02 14:32:44 +03:00
committed by GitHub
11 changed files with 49 additions and 6 deletions

View File

@@ -221,6 +221,7 @@ CONF_SCHEMA = {
},
'username': {'type': 'string'},
'password': {'type': 'string'},
'verbosity': {'type': 'string', 'enum': ['error', 'info']},
},
'required': ['enabled', 'listen_ip_address', 'listen_port', 'username', 'password']
},