imrpove logs

This commit is contained in:
msramalho
2023-02-02 11:55:22 +00:00
parent 11eda6d03e
commit d8a79b930b

View File

@@ -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))