mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 07:21:13 -05:00
add stats for cache hits/misses and remove debug message
This commit is contained in:
@@ -107,7 +107,6 @@ class AwsCloudwatchClient(Client):
|
||||
if all_log_events and len(all_log_events) > 0:
|
||||
event = all_log_events[0]
|
||||
message = json.loads(event["message"])
|
||||
current_app.logger.info(f"MESSAGE {message}")
|
||||
return (
|
||||
"success",
|
||||
message["delivery"]["providerResponse"],
|
||||
|
||||
Reference in New Issue
Block a user