Skip to content

Commit 0621dc6

Browse files
authored
Update HttpRequestHandlerImpl.java
Fix #221
1 parent 77031e5 commit 0621dc6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql-java-servlet/src/main/java/graphql/kickstart/servlet/HttpRequestHandlerImpl.java

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ private void execute(GraphQLInvocationInput invocationInput, HttpServletRequest
5757
} catch (Throwable t) {
5858
response.setStatus(STATUS_BAD_REQUEST);
5959
log.info("Bad GET request: path was not \"/schema.json\" or no query variable named \"query\" given");
60+
log.debug("Possibly due to exception: ", t);
6061
}
6162
}
6263

0 commit comments

Comments
 (0)