mirror of
https://github.com/simple-login/app.git
synced 2024-11-13 07:31:12 +01:00
better logging
This commit is contained in:
parent
386fcbdc3a
commit
90eae05e9e
1 changed files with 4 additions and 2 deletions
|
@ -1041,7 +1041,8 @@ def handle_spam(
|
|||
|
||||
if is_reply:
|
||||
LOG.d(
|
||||
"Inform user %s about spam email sent from alias %s to %s",
|
||||
"Inform %s (%s) about spam email sent from alias %s to %s",
|
||||
mailbox,
|
||||
user,
|
||||
alias,
|
||||
contact,
|
||||
|
@ -1071,7 +1072,8 @@ def handle_spam(
|
|||
else:
|
||||
# inform user
|
||||
LOG.d(
|
||||
"Inform user %s about spam email sent by %s to alias %s",
|
||||
"Inform %s (%s) about spam email sent by %s to alias %s",
|
||||
mailbox,
|
||||
user,
|
||||
contact,
|
||||
alias,
|
||||
|
|
Loading…
Reference in a new issue