mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-06 06:10:24 +00:00
Reduce excessive log again
This commit is contained in:
@@ -78,7 +78,7 @@ class ExchangeWS:
|
||||
self._klines_watching.discard(p)
|
||||
changed = True
|
||||
if changed:
|
||||
logger.info(f"Removal done: new watch list: {self._klines_watching}")
|
||||
logger.info(f"Removal done: new watch list ({len(self._klines_watching)})")
|
||||
|
||||
async def _schedule_while_true(self) -> None:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user