Skip to content

Commit

Permalink
chore: Remove burn logs from Bank module (#432) (#437)
Browse files Browse the repository at this point in the history
* Remove burn logs

* Change to debug log

(cherry picked from commit 6ae3ebb)

Co-authored-by: Matt, Park <45252226+mattverse@users.noreply.github.com>
  • Loading branch information
mergify[bot] and mattverse authored Apr 28, 2023
1 parent 7a2cf29 commit fc644d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/bank/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ func (k BaseKeeper) BurnCoins(ctx sdk.Context, moduleName string, amounts sdk.Co
}

logger := k.Logger(ctx)
logger.Info("burned tokens from module account", "amount", amounts.String(), "from", moduleName)
logger.Debug("burned tokens from module account", "amount", amounts.String(), "from", moduleName)

// emit burn event
ctx.EventManager().EmitEvent(
Expand Down

0 comments on commit fc644d7

Please sign in to comment.