关闭日志

This commit is contained in:
hahwu 2026-01-17 17:19:10 +08:00
parent bb88d2e72e
commit 23a54ac726

View File

@ -197,6 +197,7 @@ func (L *LogMgr) InitManager() {
}
func (L *LogMgr) AddLog(logs *Log) {
return // 测试先屏蔽日志
// 复制结构体和 Param map避免并发修改导致 json.Marshal 时 panic
copyLog := *logs