crypt: Use a sublogger of pgp_mime.LOG not pyassuan.LOG for clients.
authorW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 11:05:37 +0000 (07:05 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 20 Sep 2012 11:05:37 +0000 (07:05 -0400)
commit36eccd04fc331ec44df5b6b0e7f51996cac20c7d
tree0c2428b72bf84b89a64dfde7a009347efd8899bd
parent120566e7028bee783d27c0de7db900760ea6aaf6
crypt: Use a sublogger of pgp_mime.LOG not pyassuan.LOG for clients.

This way tools like pygrader that setup a SysLogHandler for
pgp_mime.LOG wont have pyassuan still logging to the console.  The
name-order for the logger also changed (from `pyassuan.pgp-mime` to
`pgp-mime.pyassuan`).
pgp_mime/crypt.py