Cleanup some ops logs

This commit is contained in:
nymkappa
2022-06-13 10:12:27 +02:00
parent aa7f3ac69d
commit a507dfe2cb
4 changed files with 59 additions and 20 deletions

View File

@@ -280,7 +280,7 @@ class Blocks {
currentBlockHeight -= chunkSize;
}
logger.info(`Indexed ${newlyIndexed} blocks`);
logger.notice(`Block indexing completed: indexed ${newlyIndexed} blocks`);
loadingIndicators.setProgress('block-indexing', 100);
} catch (e) {
logger.err('Block indexing failed. Trying again later. Reason: ' + (e instanceof Error ? e.message : e));