We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e9b388 + f8e4019 commit 6e016c4Copy full SHA for 6e016c4
smtp_functions.py
@@ -49,4 +49,4 @@ def send_email(error: str, config: Dynaconf) -> None:
49
smtp_conn.quit()
50
logging.debug("Notification email sent.")
51
except:
52
- logging.debug("Failed to send notification email!")
+ logging.exception("Failed to send notification email!")
0 commit comments