diff --git a/app/modules/crawler/lib/sync/ChunkGetter.ts b/app/modules/crawler/lib/sync/ChunkGetter.ts index 2709e022b191288fc14e1de51681531a3f18b4a3..a7bc61d591ae0049dd4b713e2dc90949beb0d32b 100644 --- a/app/modules/crawler/lib/sync/ChunkGetter.ts +++ b/app/modules/crawler/lib/sync/ChunkGetter.ts @@ -165,7 +165,7 @@ export class ChunkGetter { ;(handler as any).state = 'WAITING' i++ } else { - logger.warn("Chunk #%s read from filesystem.", i) + logger.info("Chunk #%s read from filesystem.", i) let doWrite = handler.downloader !== this.fsDownloader || !(await this.writeDAL.confDAL.coreFS.exists(fileName)) if (doWrite) { @@ -181,7 +181,7 @@ export class ChunkGetter { if (chainsWell) { // Chunk is COMPLETE - logger.warn("Chunk #%s is COMPLETE", i) + logger.info("Chunk #%s is COMPLETE", i) ;(handler as any).state = 'COMPLETED' if (!isTopChunk) { (handler as any).chunk = undefined