mirror of
https://github.com/simple-login/app.git
synced 2024-11-16 17:08:30 +01:00
improve logging
This commit is contained in:
parent
4c63b4c0f1
commit
4fae291251
1 changed files with 1 additions and 1 deletions
|
@ -2121,7 +2121,7 @@ def handle(envelope: Envelope) -> str:
|
||||||
delete_header(msg, headers.REPLY_TO)
|
delete_header(msg, headers.REPLY_TO)
|
||||||
|
|
||||||
LOG.d(
|
LOG.d(
|
||||||
"after out-of-office transformation %s %s %s",
|
"after out-of-office transformation to_header:%s reply_to:%s rcpt_tos:%s",
|
||||||
msg.get_all(headers.TO),
|
msg.get_all(headers.TO),
|
||||||
msg.get_all(headers.REPLY_TO),
|
msg.get_all(headers.REPLY_TO),
|
||||||
rcpt_tos,
|
rcpt_tos,
|
||||||
|
|
Loading…
Reference in a new issue