improve logging

This commit is contained in:
Kenneth Kehl
2025-09-04 12:30:52 -07:00
parent c6e1e662ad
commit ded60409a8
11 changed files with 42 additions and 51 deletions

View File

@@ -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()