Skip to content

Commit

Permalink
squash 1497
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbfled committed Dec 24, 2024
1 parent f400d51 commit c87041a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def vetext_incoming_forwarder_lambda_handler(
)
except Exception:
# In the event encryption or the dump fails, still log the event.
logger.error(
logger.exception(
'Returning 403 on unauthenticated Twilio request for event: %s - Unable to encrypt/json dump',
event,
)
Expand Down

0 comments on commit c87041a

Please sign in to comment.