We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec2a9d commit ed7ba9aCopy full SHA for ed7ba9a
lambdas/backend/src/log_structure.py
@@ -44,7 +44,6 @@ def _get_operation_outcome(result) -> dict:
44
record = result_headers["Location"]
45
if result.get("body"):
46
ops_outcome = json.loads(result["body"])
47
- logger.info(f"ops_outcome: {ops_outcome}")
48
if ops_outcome.get("issue"):
49
outcome_body = ops_outcome["issue"][0]
50
status_code = outcome_body["code"]
0 commit comments