Improve debug logging

This commit is contained in:
Matthias 2024-04-18 18:27:04 +02:00
parent d3962a7c07
commit 80c7d4eb5f

View File

@ -2293,8 +2293,8 @@ class Exchange:
return self._exchange_ws.get_ohlcv(pair, timeframe, candle_type, candle_date)
logger.info(
f"Failed to reuse watch {pair}, {candle_date < last_refresh_time}, "
f"{candle_date}, {last_refresh_time}"
f"Failed to reuse watch {pair}, {timeframe}, {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.