We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793fe9c commit 0385e17Copy full SHA for 0385e17
1 file changed
graphql/admin/http.go
@@ -183,7 +183,7 @@ func (gs *graphqlSubscription) Subscribe(
183
184
audit.AuditWebSockets(ctx, req)
185
namespace := x.ExtractNamespaceHTTP(&http.Request{Header: reqHeader})
186
- glog.Infof("namespace: %d. Got GraphQL request over websocket.", namespace)
+ glog.V(2).Infof("namespace: %d. Got GraphQL request over HTTP.", ns)
187
// first load the schema, then do anything else
188
if err := LazyLoadSchema(namespace); err != nil {
189
return nil, err
0 commit comments