mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-19 07:15:52 -04:00
log _fetch_url completion
This commit is contained in:
parent
ba7031f2da
commit
71ffbddfeb
@ -506,6 +506,7 @@ class BrozzlerWorker:
|
||||
timeout=self.FETCH_URL_TIMEOUT,
|
||||
retries=False,
|
||||
)
|
||||
self.logger.info("Completed fetching url %s", url)
|
||||
except TimeoutError as e:
|
||||
self.logger.warning("Timed out fetching %s", url)
|
||||
raise brozzler.PageConnectionError() from e
|
||||
|
Loading…
x
Reference in New Issue
Block a user