Move some notice into info

This commit is contained in:
nymkappa
2023-02-25 14:01:48 +09:00
parent 32a260473a
commit 001be82f5a
4 changed files with 6 additions and 6 deletions

View File

@@ -82,7 +82,7 @@ class PoolsUpdater {
logger.err(`Could not migrate mining pools, rolling back. Exception: ${JSON.stringify(e)}`, logger.tags.mining);
await DB.query('ROLLBACK;');
}
logger.notice('PoolsUpdater completed');
logger.info('PoolsUpdater completed');
} catch (e) {
this.lastRun = now - (oneWeek - oneDay); // Try again in 24h instead of waiting next week