mirror of
https://github.com/simple-login/app.git
synced 2025-09-14 18:44:52 +08:00
improve logging
This commit is contained in:
parent
26613cdeeb
commit
157b7adbda
2 changed files with 2 additions and 3 deletions
|
@ -1612,8 +1612,8 @@ def handle_bounce(envelope, rcpt_to) -> str:
|
|||
if content_type != "multipart/report" or envelope.mail_from != "<>":
|
||||
# forward the email again to the alias
|
||||
# todo: remove logging
|
||||
LOG.exception(
|
||||
"Handle auto responder %s %s. Msg:\n%s",
|
||||
LOG.warning(
|
||||
"Handle autoreply %s %s. Msg:\n%s",
|
||||
content_type,
|
||||
envelope.mail_from,
|
||||
msg,
|
||||
|
|
|
@ -29,7 +29,6 @@ def test_get_custom_domains(flask_client):
|
|||
assert domain["creation_timestamp"]
|
||||
|
||||
|
||||
|
||||
def test_get_custom_domain_trash(flask_client):
|
||||
user = login(flask_client)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue