From 1b660f3d2ec8c55f213f9bd406f78d8431a7320a Mon Sep 17 00:00:00 2001 From: Luciano Gervasoni Date: Mon, 7 Apr 2025 09:37:16 +0200 Subject: [PATCH] Debugging missing kids endpoint --- app_urls/fetcher/src/fetch_missing_kids.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app_urls/fetcher/src/fetch_missing_kids.py b/app_urls/fetcher/src/fetch_missing_kids.py index c77cd98..9558793 100644 --- a/app_urls/fetcher/src/fetch_missing_kids.py +++ b/app_urls/fetcher/src/fetch_missing_kids.py @@ -28,6 +28,7 @@ class FetchMissingKids(): timeout = 60*90 # 1.5h else: timeout = 60*10 # 10 min + logger.debug("Running request on MissingKids endpoint: {}".format(missingkids_fetch_endpoint)) # Request r = requests.get(missingkids_fetch_endpoint, timeout=timeout) # Decode