mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-16 21:01:14 +00:00
Improve debug logging
This commit is contained in:
@@ -2293,8 +2293,8 @@ class Exchange:
|
|||||||
|
|
||||||
return self._exchange_ws.get_ohlcv(pair, timeframe, candle_type, candle_date)
|
return self._exchange_ws.get_ohlcv(pair, timeframe, candle_type, candle_date)
|
||||||
logger.info(
|
logger.info(
|
||||||
f"Failed to reuse watch {pair}, {candle_date < last_refresh_time}, "
|
f"Failed to reuse watch {pair}, {timeframe}, {candle_date < last_refresh_time},"
|
||||||
f"{candle_date}, {last_refresh_time}"
|
f" {candle_date}, {last_refresh_time}"
|
||||||
)
|
)
|
||||||
|
|
||||||
# Check if 1 call can get us updated candles without hole in the data.
|
# Check if 1 call can get us updated candles without hole in the data.
|
||||||
|
|||||||
Reference in New Issue
Block a user