Reduce excessive log again
This commit is contained in:
@@ -78,7 +78,7 @@ class ExchangeWS:
|
|||||||
self._klines_watching.discard(p)
|
self._klines_watching.discard(p)
|
||||||
changed = True
|
changed = True
|
||||||
if changed:
|
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:
|
async def _schedule_while_true(self) -> None:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user