Improve email notification logging (#5502)

code_spécifique_watcha
Neil Johnson 6 years ago committed by GitHub
parent 32e7c9e7f2
commit f47969f42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      changelog.d/5502.misc
  2. 2
      synapse/push/mailer.py

@ -0,0 +1 @@
Improve email notification logging.

@ -256,7 +256,7 @@ class Mailer(object):
multipart_msg.attach(text_part)
multipart_msg.attach(html_part)
logger.info("Sending email push notification to %s" % email_address)
logger.info("Sending email notification to %s" % email_address)
yield make_deferred_yieldable(
self.sendmail(

Loading…
Cancel
Save