[Indexer] Set log level accordingly - Remove indexing ETAs

This commit is contained in:
nymkappa
2022-07-11 10:55:25 +02:00
parent 38fa8de01f
commit 38ac38849e
4 changed files with 25 additions and 11 deletions

View File

@@ -446,7 +446,7 @@ class BlocksRepository {
++idx;
}
logger.info(`${idx} blocks hash validated in ${new Date().getTime() - start} ms`);
logger.debug(`${idx} blocks hash validated in ${new Date().getTime() - start} ms`);
return true;
} catch (e) {
logger.err('Cannot validate chain of block hash. Reason: ' + (e instanceof Error ? e.message : e));