[WEB-4057] chore: updated the logger for bgtasks #7025

This commit is contained in:
Bavisetti Narayan 2025-05-09 14:23:23 +05:30 committed by GitHub
parent 2785419d12
commit 39b5736c83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 10 additions and 10 deletions

View file

@ -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)