Skip to content

Docs: Troubleshooting page: update logging filter from "execute" to "execution" in order to log Cypher queries #143

@Wenzel

Description

@Wenzel

Hi !

Just a little outdated docs at the Troubleshooting page:

It seems that in order to log Cypher queries, you need to pass @neo4j/graphql:execution and not @neo4j/graphql:execute as currently stated.

This works:

ENV DEBUG=@neo4j/graphql:execution
CMD ["npm", "run", "serve_from_build"]
api-1    | 2024-05-07T18:55:54.952Z @neo4j/graphql:execution Execute successful, received 1 records
api-1    | 2024-05-07T18:55:56.265Z @neo4j/graphql:execution executing cypher

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