Update database migration log levels

This commit is contained in:
nymkappa
2022-02-21 23:57:44 +09:00
parent 938a978900
commit 976017dbef
2 changed files with 16 additions and 16 deletions

View File

@@ -173,7 +173,7 @@ class Server {
await blocks.$generateBlockDatabase();
await mining.$generateNetworkHashrateHistory();
} catch (e) {
logger.info(`Unable to run indexing right now, trying again later. ` + e);
logger.err(`Unable to run indexing right now, trying again later. ` + e);
}
}