Skip to content

Commit 0740614

Browse files
committed
debug
1 parent fe5ce48 commit 0740614

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backend/src/fhir_controller.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -644,8 +644,10 @@ def check_vaccine_type_permissions(self, aws_event):
644644

645645
@staticmethod
646646
def create_response(status_code, body=None, headers=None):
647+
logger.info("SAW: Creating response with status code: %d", status_code)
647648
if body:
648649
if isinstance(body, dict):
650+
logger.info("SAW: return body : %s", body)
649651
body = json.dumps(body)
650652
if headers:
651653
headers["Content-Type"] = "application/fhir+json"

0 commit comments

Comments
 (0)