From 1419774261610a004a64288f87e1dff7805fdcfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Touceda?= Date: Thu, 17 Oct 2013 16:46:42 -0300 Subject: Do not log mail docs content --- changes/bug_donot_log_mail_docs | 1 + src/leap/mail/imap/fetch.py | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 changes/bug_donot_log_mail_docs diff --git a/changes/bug_donot_log_mail_docs b/changes/bug_donot_log_mail_docs new file mode 100644 index 0000000..5619d8a --- /dev/null +++ b/changes/bug_donot_log_mail_docs @@ -0,0 +1 @@ + o Do not log mail doc contents. \ No newline at end of file diff --git a/src/leap/mail/imap/fetch.py b/src/leap/mail/imap/fetch.py index 2a430a0..0a71f53 100644 --- a/src/leap/mail/imap/fetch.py +++ b/src/leap/mail/imap/fetch.py @@ -215,8 +215,7 @@ class LeapIncomingMail(object): docs_cb = [] for index, doc in enumerate(doclist): - logger.debug("processing doc %d of %d: %s" % ( - index, num_mails, doc)) + logger.debug("processing doc %d of %d" % (index, num_mails)) leap_events.signal( IMAP_MSG_PROCESSING, str(index), str(num_mails)) keys = doc.content.keys() -- cgit v1.2.3