Skip to content

Commit 0b8d24a

Browse files
authored
Merge pull request #31 from nodestream-proj/update-log
Reverting DEBUG->INFO for Executing Cypher Query to Neo4j
2 parents 8404a40 + 42d84ae commit 0b8d24a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nodestream_plugin_neo4j/neo4j_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def driver(self):
8585
return self._driver
8686

8787
def log_query_start(self, query: Query):
88-
self.logger.debug(
88+
self.logger.info(
8989
"Executing Cypher Query to Neo4j",
9090
extra={
9191
"query": query.query_statement,

0 commit comments

Comments
 (0)