mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 18:23:55 +00:00
debug ping error message
This commit is contained in:
parent
7a98775f01
commit
d75d5a7dad
|
@ -251,8 +251,9 @@ class ExternalMessageConsumer:
|
|||
logger.debug(f"Connection to {channel} still alive...")
|
||||
|
||||
continue
|
||||
except Exception:
|
||||
except Exception as e:
|
||||
logger.warning(f"Ping error {channel} - retrying in {self.sleep_time}s")
|
||||
logger.debug(e, exc_info=e)
|
||||
await asyncio.sleep(self.sleep_time)
|
||||
|
||||
break
|
||||
|
|
Loading…
Reference in New Issue
Block a user