I am working on a query that as far as I can tell should work. However, it's not. I need to see the actual query that's hitting neo4j. Is that possible? Currently using 4.4 - GitHub - neo4j/neo4j-go-driver: Neo4j Bolt Driver for Go with Bolt.
I don't have the enterprise version, so I don't have query logs.
Since version 4.3 of the driver, you can actually get the driver logs of the protocol messages flowing in and out of the driver (in particular, the RUN message with the query that's being run to the server).
This logging is enabled on a per-session basis since it can be quite verbose.