mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Reduce excessive log again
This commit is contained in:
parent
ce33b031f2
commit
45c17f2448
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user