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.
1 parent 8404a40 commit 42d84aeCopy full SHA for 42d84ae
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