mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
Use .exception instead of .error for trace logging
This commit is contained in:
@@ -2650,8 +2650,7 @@ class Exchange:
|
||||
)
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Refreshing TRADES data for {pair} failed")
|
||||
logger.error(e)
|
||||
logger.exception(f"Refreshing TRADES data for {pair} failed")
|
||||
raise e
|
||||
|
||||
if new_ticks:
|
||||
|
||||
Reference in New Issue
Block a user