暂时关闭日志系统

This commit is contained in:
hahwu 2025-12-05 11:16:59 +08:00
parent 9a1449254d
commit b078f6efe5

View File

@ -62,6 +62,7 @@ func (L *LogMgr) InitManager() {
}
func (L *LogMgr) AddLog(logs *Log) {
return
L.Lock.Lock()
defer L.Lock.Unlock()
L.L = append(L.L, logs)