Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ omit =
test/*
neo4j/compat/*
neo4j/util.py
*neobolt*

[report]
show_missing = True
2 changes: 0 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
global-exclude *.class *.pyc *.pyo *.so *.dll __pycache__
recursive-include neo4j *.c
recursive-include neo4j *.pyx
prune test
12 changes: 0 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,6 @@ Quick Example
session.write_transaction(add_friends, "Arthur", "Merlin")
session.read_transaction(print_friends, "Arthur")

Logging
=============
The driver provides a built-in logging. The following example code enables debug logging and prints out logs at stdout:

.. code-block:: python

from neo4j.util import watch
import logging
from sys import stdout

watch("neo4j.bolt", logging.DEBUG, stdout)


Installation
============
Expand Down
Loading