Debug mode is disabled by default.
This commit is contained in:
tecnovert
2020-11-15 19:02:46 +02:00
parent 009729aa96
commit 18a5322f10
14 changed files with 503 additions and 91 deletions

View File

@@ -36,7 +36,7 @@ class BaseApp:
self.settings = settings
self.coin_clients = {}
self.mxDB = threading.RLock()
self.debug = self.settings.get('debug', cfg.DEBUG)
self.debug = self.settings.get('debug', False)
self.prepareLogging()
self.log.info('Network: {}'.format(self.chain))