mirror of
https://github.com/bellingcat/auto-archiver.git
synced 2026-06-13 13:48:28 +03:00
imrpove logs
This commit is contained in:
@@ -85,7 +85,7 @@ class ArchivingOrchestrator:
|
|||||||
|
|
||||||
# 3 - call archivers until one succeeds
|
# 3 - call archivers until one succeeds
|
||||||
for a in self.archivers:
|
for a in self.archivers:
|
||||||
logger.info(f"Trying archiver {a.name}")
|
logger.info(f"Trying archiver {a.name} for {url}")
|
||||||
try:
|
try:
|
||||||
# Q: should this be refactored so it's just a.download(result)?
|
# Q: should this be refactored so it's just a.download(result)?
|
||||||
result.merge(a.download(result))
|
result.merge(a.download(result))
|
||||||
|
|||||||
Reference in New Issue
Block a user