Skip to content

Commit

Permalink
#4222: added info log output for filtered tx drops
Browse files Browse the repository at this point in the history
  • Loading branch information
sreuland committed May 9, 2022
1 parent 4541374 commit b390c9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ func StreamLedgerTransactions(
)
}
if !include {
log.Debugf("Filters did not find match, skipping tx hash %v", tx.Result.TransactionHash)
log.Infof("Filters did not find match on transaction, dropping this tx with hash %v", tx.Result.TransactionHash)
continue
}

Expand Down

0 comments on commit b390c9b

Please sign in to comment.