优化日志

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

@@ -233,7 +233,7 @@ class RelationshipFetcher:
relation_parts.append(f"你们的关系程度:{score_desc}{rel_data['relationship_score']:.2f}")
except Exception as e:
logger.error(f"查询UserRelationships表失败: {e}", exc_info=True)
logger.error(f"查询UserRelationships表失败: {e}")
# 构建最终的关系信息字符串
if relation_parts: