From a58cf9dd5e9c4f5dba06c5c8ffea63e0ad71bc1d Mon Sep 17 00:00:00 2001 From: Son Nguyen Kim Date: Wed, 8 Sep 2021 15:23:48 +0200 Subject: [PATCH] use warning level for log --- email_handler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/email_handler.py b/email_handler.py index 3d76636f..f1b8d8f0 100644 --- a/email_handler.py +++ b/email_handler.py @@ -1296,7 +1296,7 @@ def handle_hotmail_complaint(msg: Message): return user = alias.user - LOG.e("Handle hotmail complaint for %s %s", alias, user) + LOG.w("Handle hotmail complaint for %s %s %s", alias, user, alias.mailboxes) send_email_with_rate_control( user,