diff --git a/services/comp_gateroute.go b/services/comp_gateroute.go index 1f87e10f4..63b3d6e10 100644 --- a/services/comp_gateroute.go +++ b/services/comp_gateroute.go @@ -199,7 +199,7 @@ func (this *SCompGateRoute) NoticeUserLogin(ctx context.Context, args *pb.Notice "serviceTag": args.ServiceTag, "gatewayServiceId": args.GatewayServiceId, "ip": args.Ip, - }) + }, db.SetDBMgoLog(false)) return nil }