mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
fix(core): remove CoordinatedManager log tag from memory insert logs
This commit is contained in:
@@ -100,9 +100,9 @@ public class MemoryCore extends PartnerCore<MemoryCore> {
|
|||||||
updateUserDialogMap(memorySlice);
|
updateUserDialogMap(memorySlice);
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
log.error("[CoordinatedManager] 插入记忆时出错: ", e);
|
log.error("插入记忆时出错: ", e);
|
||||||
}
|
}
|
||||||
log.debug("[CoordinatedManager] 插入切片: {}, 路径: {}", memorySlice, topicPath);
|
log.debug("插入切片: {}, 路径: {}", memorySlice, topicPath);
|
||||||
sliceInsertLock.unlock();
|
sliceInsertLock.unlock();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user