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