mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
@@ -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.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user