From a7509aecdc827806d4ed092f4788912c45001eae Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 11 Feb 2026 16:59:57 +0000 Subject: [PATCH] added very serious logs --- backend/address2UPRN/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/address2UPRN/main.py b/backend/address2UPRN/main.py index d361db15..2cec8a2e 100644 --- a/backend/address2UPRN/main.py +++ b/backend/address2UPRN/main.py @@ -807,6 +807,7 @@ def handler(event, context, local=False): logger.error(f"Failed to update subtask status: {db_error}") # Return error if all records failed + logger.fatal(results) if errors and not results: return {"statusCode": 500, "body": json.dumps({"errors": errors})}