优化日志

This commit is contained in:
Windpicker-owo
2025-11-26 21:16:16 +08:00
parent e0157256b1
commit 0908fb50a0
100 changed files with 493 additions and 574 deletions

View File

@@ -495,7 +495,7 @@ async def list_files_api():
)
except Exception as e:
# 增加日志记录
# logger.error(f"列出数据文件失败: {e}", exc_info=True)
# logger.error(f"列出数据文件失败: {e}")
return JSONResponse(content={"success": False, "error": str(e)}, status_code=500)