Improve debug logging

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

View File

@@ -2293,7 +2293,7 @@ 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}"
) )