We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8404a40 + 42d84ae commit 0b8d24aCopy full SHA for 0b8d24a
nodestream_plugin_neo4j/neo4j_database.py
@@ -85,7 +85,7 @@ def driver(self):
85
return self._driver
86
87
def log_query_start(self, query: Query):
88
- self.logger.debug(
+ self.logger.info(
89
"Executing Cypher Query to Neo4j",
90
extra={
91
"query": query.query_statement,
0 commit comments