We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1e6a67e + ca0e28c commit aa3fc4eCopy full SHA for aa3fc4e
1 file changed
hivemind_etl/mediawiki/wikiteam_crawler.py
@@ -59,6 +59,9 @@ def crawl(self, api_url: str, dump_path: str) -> None:
59
else:
60
params.extend([f"--{key}", str(value)])
61
62
+ logging.info(f"Crawling mediawiki dump from {api_url} to {dump_path}")
63
+ logging.info(f"Parameters: {params}")
64
+
65
# Directly call the DumpGenerator static __init__ method which will parse these parameters,
66
# execute the dump generation process, and run through the rest of the workflow.
67
DumpGenerator(params)
0 commit comments