Skip to content

Commit 8cad9c8

Browse files
committed
chore: add improved exception logging
1 parent 3504073 commit 8cad9c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

freqtrade/rpc/api_server/api_pair_history.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,5 @@ def pair_history_filtered(payload: PairHistoryRequest, config=Depends(get_config
6868
payload.live_mode,
6969
)
7070
except Exception as e:
71+
logger.exception("Error in pair_history_filtered")
7172
raise HTTPException(status_code=502, detail=str(e))

0 commit comments

Comments
 (0)