This commit is contained in:
Kenneth Kehl
2024-08-15 10:31:02 -07:00
parent 714f6f1588
commit 146f0cc787
20 changed files with 113 additions and 92 deletions

View File

@@ -123,7 +123,7 @@ def send_sms_to_provider(notification):
except Exception as e:
n = notification
msg = f"FAILED send to sms, job_id: {n.job_id} row_number {n.job_row_number} message_id {message_id}"
current_app.logger.error(hilite(f"{msg} {e}"))
current_app.logger.error(hilite(msg), exc_info=True)
notification.billable_units = template.fragment_count
dao_update_notification(notification)