mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-01 01:57:34 -04:00
log _fetch_url completion
This commit is contained in:
parent
ba7031f2da
commit
71ffbddfeb
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue