优化日志

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

@@ -424,7 +424,7 @@ def rebuild_faiss_only():
embed_manager.save_to_file()
logger.info("✅ FAISS 索引重建完成!")
except Exception as e:
logger.error(f"重建 FAISS 索引时发生错误: {e}", exc_info=True)
logger.error(f"重建 FAISS 索引时发生错误: {e}")
def main():