mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-17 04:58:50 -04:00
more exc_info
This commit is contained in:
@@ -194,7 +194,9 @@ def delete_inbound_sms():
|
||||
)
|
||||
)
|
||||
except SQLAlchemyError:
|
||||
current_app.logger.exception("Failed to delete inbound sms notifications")
|
||||
current_app.logger.exception(
|
||||
"Failed to delete inbound sms notifications", exc_info=True
|
||||
)
|
||||
raise
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user