Allow changing severity of strategy-validations to log only.

This commit is contained in:
Matthias
2020-05-29 19:37:18 +02:00
parent 9f8b21de4a
commit ea5daee505
6 changed files with 45 additions and 28 deletions

View File

@@ -227,6 +227,7 @@ CONF_SCHEMA = {
'db_url': {'type': 'string'},
'initial_state': {'type': 'string', 'enum': ['running', 'stopped']},
'forcebuy_enable': {'type': 'boolean'},
'disable_dataframe_checks': {'type': 'boolean'},
'internals': {
'type': 'object',
'default': {},