diff --git a/app/notifications/receive_notifications.py b/app/notifications/receive_notifications.py index 66f1504ca..c60cc9ea8 100644 --- a/app/notifications/receive_notifications.py +++ b/app/notifications/receive_notifications.py @@ -44,7 +44,7 @@ def receive_sns_sms(): raise InvalidRequest(f"SMS-SNS callback failed with error: {e}", 400) # TODO remove after smoke testing implemented on prod - current_app.logger.info(f'data is: {data}') + current_app.logger.info(f'SNS message_type is: {message_type}, data is: {data}') # TODO wrap this up if message_type != 'SubscriptionConfirmation':