Replace json prices.avg_prices with table columns - update prices logs

This commit is contained in:
nymkappa
2022-06-26 13:49:39 +02:00
parent c22aee5e60
commit e8175a90f4
5 changed files with 39 additions and 12 deletions

View File

@@ -87,7 +87,7 @@ class KrakenApi implements PriceFeed {
}
if (Object.keys(priceHistory).length > 0) {
logger.info(`Inserted ${Object.keys(priceHistory).length} Kraken EUR, USD, GBP, JPY, CAD, CHF and AUD weekly price history into db`);
logger.notice(`Inserted ${Object.keys(priceHistory).length} Kraken EUR, USD, GBP, JPY, CAD, CHF and AUD weekly price history into db`);
}
}
}