mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 20:31:43 +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:
|
except Exception as e:
|
||||||
logger.error(f"Refreshing TRADES data for {pair} failed")
|
logger.exception(f"Refreshing TRADES data for {pair} failed")
|
||||||
logger.error(e)
|
|
||||||
raise e
|
raise e
|
||||||
|
|
||||||
if new_ticks:
|
if new_ticks:
|
||||||
|
|||||||
Reference in New Issue
Block a user