summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2012-06-23 17:07:12 +0100
committerPatrick Totzke <patricktotzke@gmail.com>2012-07-22 19:32:53 +0100
commit5e9b5fe0ace8f5e0bbabd0d21e8cafa1ba23806a (patch)
tree1326a535608cb3e86f321f44f2b3648be87da1e6
parentc3bd2b2bb514892b1f1a8f123ccea8c2460ec321 (diff)
dont log complete plaintext at info level
but use debug level instead (use alot -d debug to see this)
-rw-r--r--alot/db/envelope.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/alot/db/envelope.py b/alot/db/envelope.py
index c69d70ac..f464ebae 100644
--- a/alot/db/envelope.py
+++ b/alot/db/envelope.py
@@ -160,7 +160,7 @@ class Envelope(object):
if self.sign:
plaintext = crypto.email_as_string(inner_msg)
- logging.info('signing plaintext: ' + plaintext)
+ logging.debug('signing plaintext: ' + plaintext)
try:
signatures, signature_str = crypto.detached_signature_for(