Skip to content

Commit

Permalink
Set log scope to Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Mar 7, 2024
1 parent fadca62 commit 7a2b72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/msg_dispatcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ func (d MessageDispatcher) DispatchSubmessages(ctx sdk.Context, contractAddr sdk
}
} else {
// Issue #759 - we don't return error string for worries of non-determinism
moduleLogger(ctx).Info("Redacting submessage error", "cause", err)
moduleLogger(ctx).Debug("Redacting submessage error", "cause", err)
result = wasmvmtypes.SubMsgResult{
Err: redactError(err).Error(),
}
Expand Down

0 comments on commit 7a2b72d

Please sign in to comment.