优化日志

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

@@ -132,7 +132,7 @@ async def rebuild_metadata_index():
print("\n✅ 元数据索引重建完成!")
except Exception as e:
logger.error(f"重建索引失败: {e}", exc_info=True)
logger.error(f"重建索引失败: {e}")
print(f"❌ 重建索引失败: {e}")