[WEB-4057] chore: updated the logger for bgtasks #7025
This commit is contained in:
parent
2785419d12
commit
39b5736c83
9 changed files with 10 additions and 10 deletions
|
|
@ -53,7 +53,7 @@ def magic_link(email, key, token):
|
|||
)
|
||||
msg.attach_alternative(html_content, "text/html")
|
||||
msg.send()
|
||||
logging.getLogger("plane").info("Email sent successfully.")
|
||||
logging.getLogger("plane.worker").info("Email sent successfully.")
|
||||
return
|
||||
except Exception as e:
|
||||
log_exception(e)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue