Skip to content

Commit 0385e17

Browse files
suppress receipt of graphql request to logging level 2
1 parent 793fe9c commit 0385e17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

graphql/admin/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ func (gs *graphqlSubscription) Subscribe(
183183

184184
audit.AuditWebSockets(ctx, req)
185185
namespace := x.ExtractNamespaceHTTP(&http.Request{Header: reqHeader})
186-
glog.Infof("namespace: %d. Got GraphQL request over websocket.", namespace)
186+
glog.V(2).Infof("namespace: %d. Got GraphQL request over HTTP.", ns)
187187
// first load the schema, then do anything else
188188
if err := LazyLoadSchema(namespace); err != nil {
189189
return nil, err

0 commit comments

Comments
 (0)