Skip to content

Commit b688dd6

Browse files
addedc error group
1 parent fe83ff8 commit b688dd6

File tree

5 files changed

+175
-193
lines changed

5 files changed

+175
-193
lines changed

edgraph/server.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,10 +1248,8 @@ func (s *Server) doQuery(ctx context.Context, req *Request) (resp *api.Response,
12481248
l := &query.Latency{}
12491249
l.Start = time.Now()
12501250

1251-
if bool(glog.V(3)) || worker.LogDQLRequestEnabled() {
1252-
glog.Infof("Got a query, DQL form: %+v %+v at %+v",
1253-
req.req.Query, req.req.Mutations, l.Start.Format(time.RFC3339))
1254-
}
1251+
glog.Infof("Got a query, DQL form: %+v %+v at %+v",
1252+
req.req.Query, req.req.Mutations, l.Start.Format(time.RFC3339))
12551253

12561254
isMutation := len(req.req.Mutations) > 0
12571255
methodRequest := methodQuery

0 commit comments

Comments
 (0)