Reduce excessive log again

This commit is contained in:
Matthias 2024-04-19 19:02:01 +02:00
parent ce33b031f2
commit 45c17f2448

View File

@ -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: