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 ca0b9ed commit 25a14f4Copy full SHA for 25a14f4
docs/source/api.rst
@@ -1490,7 +1490,7 @@ Logging can be enable like so:
1490
handler = logging.StreamHandler(sys.stdout)
1491
# configure the handler to your liking
1492
handler.setFormatter(logging.Formatter(
1493
- "%(threadName)s(%(thread)d) %(asctime)s %(message)s"
+ "[%(levelname)-8s] %(threadName)s(%(thread)d) %(asctime)s %(message)s"
1494
))
1495
# add the handler to the driver's logger
1496
logging.getLogger("neo4j").addHandler(handler)
0 commit comments