mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-28 09:50:24 +00:00
chore: Improve exchange_ws debug logging
This commit is contained in:
@@ -147,7 +147,7 @@ class ExchangeWS:
|
|||||||
self.klines_last_refresh[(pair, timeframe, candle_type)] = dt_ts()
|
self.klines_last_refresh[(pair, timeframe, candle_type)] = dt_ts()
|
||||||
logger.debug(
|
logger.debug(
|
||||||
f"watch done {pair}, {timeframe}, data {len(data)} "
|
f"watch done {pair}, {timeframe}, data {len(data)} "
|
||||||
f"in {dt_ts() - start:.2f}s"
|
f"in {(dt_ts() - start) / 1000:.3f}s"
|
||||||
)
|
)
|
||||||
except ccxt.ExchangeClosedByUser:
|
except ccxt.ExchangeClosedByUser:
|
||||||
logger.debug("Exchange connection closed by user")
|
logger.debug("Exchange connection closed by user")
|
||||||
|
|||||||
Reference in New Issue
Block a user