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