Move some notice into info

This commit is contained in:
nymkappa
2023-02-25 14:01:48 +09:00
parent f44cff0e72
commit 184698aeee
4 changed files with 6 additions and 6 deletions

View File

@@ -411,7 +411,7 @@ class LightningStatsImporter {
}
if (totalProcessed > 0) {
logger.notice(`Lightning network stats historical import completed`, logger.tags.ln);
logger.info(`Lightning network stats historical import completed`, logger.tags.ln);
}
} catch (e) {
logger.err(`Lightning network stats historical failed. Reason: ${e instanceof Error ? e.message : e}`, logger.tags.ln);