debug模式不发送日志
This commit is contained in:
@@ -312,6 +312,9 @@ const datetimeFmt = time.DateOnly + " " + time.TimeOnly
|
|||||||
|
|
||||||
// 记录日志
|
// 记录日志
|
||||||
func (sdk *SDK) Log(uid, event string, property map[string]any, timezone string, customEventTime ...time.Time) {
|
func (sdk *SDK) Log(uid, event string, property map[string]any, timezone string, customEventTime ...time.Time) {
|
||||||
|
if g.Cfg().MustGet(ctx, "debug").Bool() {
|
||||||
|
return
|
||||||
|
}
|
||||||
loc := time.Local
|
loc := time.Local
|
||||||
if _loc := getLocationMapValue(timezone); _loc != nil {
|
if _loc := getLocationMapValue(timezone); _loc != nil {
|
||||||
loc = _loc
|
loc = _loc
|
||||||
|
|||||||
Reference in New Issue
Block a user