Skip to content

Commit

Permalink
Set noisy TransactionLogBloomCacher debug log to trace (#6808)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Dudley <[email protected]>
  • Loading branch information
siladu authored Mar 26, 2024
1 parent 6fe547a commit 2222bb1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ void cacheLogsBloomForBlockHeader(
return;
}
final long blockNumber = blockHeader.getNumber();
LOG.atDebug()
LOG.atTrace()
.setMessage("Caching logs bloom for block {}")
.addArgument(() -> "0x" + Long.toHexString(blockNumber))
.log();
Expand Down

0 comments on commit 2222bb1

Please sign in to comment.