Allow lower verbosity level for api server
Not logging all calls makes sense when running the UI otherwise this is VERY verbose, clogging up the log.
This commit is contained in:
@@ -121,6 +121,7 @@
|
||||
"enabled": false,
|
||||
"listen_ip_address": "127.0.0.1",
|
||||
"listen_port": 8080,
|
||||
"verbosity": "info",
|
||||
"jwt_secret_key": "somethingrandom",
|
||||
"username": "freqtrader",
|
||||
"password": "SuperSecurePassword"
|
||||
|
Reference in New Issue
Block a user