优化埋点日志
This commit is contained in:
parent
db0a7225fa
commit
6b88775848
@ -265,7 +265,7 @@ func (this *Buried) trigger(uid string, burieds ...*pb.BuriedParam) {
|
|||||||
pass[buried] = make([]*cfg.GameBuriedCondiData, 0)
|
pass[buried] = make([]*cfg.GameBuriedCondiData, 0)
|
||||||
}
|
}
|
||||||
pass[buried] = append(pass[buried], cond)
|
pass[buried] = append(pass[buried], cond)
|
||||||
log.Debug("校验通过埋点条件!", log.Field{Key: "埋点id", Value: buried.TaskType}, log.Field{Key: "条件id", Value: cond.Id})
|
this.Debug("校验通过埋点条件!", log.Field{Key: "埋点id", Value: buried.TaskType}, log.Field{Key: "条件id", Value: cond.Id})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user