diff --git a/backend/open_webui/routers/chats.py b/backend/open_webui/routers/chats.py index 68adf6b548..44c083c10f 100644 --- a/backend/open_webui/routers/chats.py +++ b/backend/open_webui/routers/chats.py @@ -395,7 +395,7 @@ def export_chat_stats( ) except Exception as e: - log.exception(e) + log.debug(f"Error exporting chat stats: {e}") raise HTTPException( status_code=status.HTTP_400_BAD_REQUEST, detail=ERROR_MESSAGES.DEFAULT() )