Change collapsing dashboard into 3 levels.

This commit is contained in:
softsimon
2020-10-27 16:34:27 +07:00
parent e61574c630
commit 396ff6a375
4 changed files with 23 additions and 8 deletions

View File

@@ -39,7 +39,7 @@ class DiskCache {
mempool: memPool.getMempool(),
blocks: blocks.getBlocks(),
}));
logger.info('Mempool and blocks data saved to disk cache');
logger.debug('Mempool and blocks data saved to disk cache');
} catch (e) {
logger.warn('Error writing to cache file asynchronously');
}