mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-05 13:50:26 +00:00
Converter: log exception instead of error
This commit is contained in:
@@ -180,7 +180,7 @@ def populate_dataframe_with_trades(config: Config, dataframe: DataFrame, trades:
|
||||
f"trades.singleton_iterate in {time.time() - start_time} seconds")
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Error populating dataframe with trades: {e}")
|
||||
logger.exception("Error populating dataframe with trades:", e)
|
||||
|
||||
return dataframe
|
||||
|
||||
|
||||
Reference in New Issue
Block a user