Reduce logs

The log message is not necessary, let's get rid.
This commit is contained in:
Rebecca Law
2020-09-28 09:45:23 +01:00
parent 1c4775c5db
commit d1f641633d

View File

@@ -318,7 +318,7 @@ def save_api_email(self,
[notification['id']],
queue=q
)
current_app.logger.info(f"Email {notification['id']} has been persisted and sent to delivery queue.")
current_app.logger.debug(f"Email {notification['id']} has been persisted and sent to delivery queue.")
except IntegrityError:
current_app.logger.info(f"Email {notification['id']} already exists.")