You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a data fetcher throws an exception, it is logged both by the ExecutionStrategy and the GraphQLServlet. The first (in graphql-java) is INFO, while the latter is ERROR.
I think the servlet should rely on the back end to do the logging instead of doing it again.