Merge pull request #2060 from hroff-1902/improve-logging

Improve logging: output divider in logs between throttles
This commit is contained in:
Matthias 2019-07-28 14:45:16 +02:00 committed by GitHub
commit e4b994381b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ class Worker(object):
return result
def _process(self) -> bool:
logger.debug("========================================")
state_changed = False
try:
state_changed = self.freqtrade.process()