Skip to content

Exceptions while fetching are double-logged #8

@bentatham

Description

@bentatham

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions