]> git.cworth.org Git - obsolete/notmuch-old/blobdiff - cnotmuch/notmuch.py
docs: doc improvements
[obsolete/notmuch-old] / cnotmuch / notmuch.py
index e945d4960d8265886e867931baba917b10a234c2..177abd699702dbd08525a2300aa836e6ee03f0bf 100644 (file)
@@ -1,5 +1,7 @@
 """The :mod:`notmuch` module provides most of the functionality that a user is likely to need.
 
+Many of its objects use python's logging module to log some output at DEBUG level.
+
 .. note:: The underlying notmuch library is build on a hierarchical
     memory allocator called talloc. All objects derive from a
     top-level :class:`Database` object.