From d916a3c6b99e74845aff8d0edc9709fd86f8d9b6 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 19 Oct 2020 16:24:02 -0700 Subject: SPN: better log line when starting a request --- python/sandcrawler/ia.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/sandcrawler/ia.py') diff --git a/python/sandcrawler/ia.py b/python/sandcrawler/ia.py index 0067b7e..0bc3a97 100644 --- a/python/sandcrawler/ia.py +++ b/python/sandcrawler/ia.py @@ -836,6 +836,7 @@ class SavePageNowClient: "Didn't get expected 'job_id' field in SPN2 response: {}".format(resp_json)) job_id = resp_json['job_id'] + print(f" SPNv2 running: job_id={job_id} url={request_url}", file=sys.stdout) # poll until complete final_json = None -- cgit v1.2.3