Skip to content

Commit

Permalink
fix: logger level for getRealAssetsVersusLiabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Nov 1, 2024
1 parent b4d8f81 commit 808a046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/api/src/servers/exporter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ const getRealAssetsVersusLiabilities = async () => {
const briaHot = hotBalance instanceof Error ? 0 : Number(hotBalance.amount)
const briaCold = coldStorage instanceof Error ? 0 : Number(coldStorage.amount)

logger.error(
logger.info(
{ liabilities, lnd, briaHot, briaCold },
"getRealAssetsVersusLiabilities balances",
)
Expand Down

0 comments on commit 808a046

Please sign in to comment.