diff --git a/lightrag/utils.py b/lightrag/utils.py index 70ec4341..4c8d7996 100644 --- a/lightrag/utils.py +++ b/lightrag/utils.py @@ -358,7 +358,7 @@ async def get_best_cached_response( "cache_id": best_cache_id, "original_prompt": prompt_display, } - logger.info(json.dumps(log_data)) + logger.info(json.dumps(log_data, ensure_ascii=False)) return best_response return None