fix(core): remove CoordinatedManager log tag from memory insert logs

This commit is contained in:
2026-03-02 20:31:22 +08:00
parent 5847b38f2b
commit fe8031d9ac

View File

@@ -100,9 +100,9 @@ public class MemoryCore extends PartnerCore<MemoryCore> {
updateUserDialogMap(memorySlice);
}
} catch (Exception e) {
log.error("[CoordinatedManager] 插入记忆时出错: ", e);
log.error("插入记忆时出错: ", e);
}
log.debug("[CoordinatedManager] 插入切片: {}, 路径: {}", memorySlice, topicPath);
log.debug("插入切片: {}, 路径: {}", memorySlice, topicPath);
sliceInsertLock.unlock();
}