add stats for cache hits/misses and remove debug message

This commit is contained in:
Kenneth Kehl
2024-01-12 07:30:19 -08:00
parent efe4cd589c
commit 59e8c493e5
2 changed files with 28 additions and 1 deletions

View File

@@ -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"],