Skip to content

Commit

Permalink
Merge pull request #6390 from multiversx/log_trace_transactionsv2
Browse files Browse the repository at this point in the history
Switch log level to trace for tractions.processTransaction log
  • Loading branch information
sstanculeanu authored Aug 16, 2024
2 parents ae7b021 + fd45b7c commit d2b858d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion process/block/preprocess/transactionsV2.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func (txs *transactions) processTransaction(
}

if errors.Is(err, process.ErrFailedTransaction) {
log.Debug("transactions.processTransaction",
log.Trace("transactions.processTransaction",
"txHash", txHash,
"nonce", tx.Nonce,
"value", tx.Value,
Expand Down

0 comments on commit d2b858d

Please sign in to comment.