aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/ia.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-10-19 16:24:02 -0700
committerBryan Newbold <bnewbold@archive.org>2020-10-19 16:24:02 -0700
commitd916a3c6b99e74845aff8d0edc9709fd86f8d9b6 (patch)
tree82d96ba32c1c198c48413e02be59bac3792be6b2 /python/sandcrawler/ia.py
parent9c39bb6469843825efe67f5e4849cab5ea1eea9d (diff)
downloadsandcrawler-d916a3c6b99e74845aff8d0edc9709fd86f8d9b6.tar.gz
sandcrawler-d916a3c6b99e74845aff8d0edc9709fd86f8d9b6.zip
SPN: better log line when starting a request
Diffstat (limited to 'python/sandcrawler/ia.py')
-rw-r--r--python/sandcrawler/ia.py1
1 files changed, 1 insertions, 0 deletions
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