log _fetch_url completion

This commit is contained in:
Barbara Miller 2025-02-14 10:38:24 -08:00
parent ba7031f2da
commit 71ffbddfeb

View file

@ -506,6 +506,7 @@ class BrozzlerWorker:
timeout=self.FETCH_URL_TIMEOUT, timeout=self.FETCH_URL_TIMEOUT,
retries=False, retries=False,
) )
self.logger.info("Completed fetching url %s", url)
except TimeoutError as e: except TimeoutError as e:
self.logger.warning("Timed out fetching %s", url) self.logger.warning("Timed out fetching %s", url)
raise brozzler.PageConnectionError() from e raise brozzler.PageConnectionError() from e