mirror of
https://github.com/GSA/notifications-api.git
synced 2026-07-31 11:48:51 -04:00
improve logging
This commit is contained in:
@@ -51,7 +51,7 @@ def make_request(notification_type, provider, data, headers):
|
||||
)
|
||||
raise e
|
||||
finally:
|
||||
current_app.logger.info("Mocked provider callback request finished")
|
||||
current_app.logger.debug("Mocked provider callback request finished")
|
||||
return response.json()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user