diff --git a/.github/workflows/deploy_terraform.yml b/.github/workflows/deploy_terraform.yml index c5ed7e93..122fb2e1 100644 --- a/.github/workflows/deploy_terraform.yml +++ b/.github/workflows/deploy_terraform.yml @@ -213,3 +213,6 @@ jobs: + + + diff --git a/backend/address2UPRN/main.py b/backend/address2UPRN/main.py index 2cec8a2e..7e001b8d 100644 --- a/backend/address2UPRN/main.py +++ b/backend/address2UPRN/main.py @@ -807,7 +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) + logger.info(results) if errors and not results: return {"statusCode": 500, "body": json.dumps({"errors": errors})}