mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
downgrade error to info
This commit is contained in:
@@ -484,7 +484,7 @@ def update_letter_notification(filename, temporary_failures, update):
|
|||||||
msg = "Update letter notification file {filename} failed: notification either not found " \
|
msg = "Update letter notification file {filename} failed: notification either not found " \
|
||||||
"or already updated from delivered. Status {status} for notification reference {reference}".format(
|
"or already updated from delivered. Status {status} for notification reference {reference}".format(
|
||||||
filename=filename, status=status, reference=update.reference)
|
filename=filename, status=status, reference=update.reference)
|
||||||
current_app.logger.error(msg)
|
current_app.logger.info(msg)
|
||||||
|
|
||||||
|
|
||||||
def check_billable_units(notification_update):
|
def check_billable_units(notification_update):
|
||||||
|
|||||||
Reference in New Issue
Block a user