Skip to content

Commit

Permalink
Set noisy TransactionLogBloomCacher debug log to trace (hyperledger#6808
Browse files Browse the repository at this point in the history
)

Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Justin Florentine <[email protected]>
  • Loading branch information
siladu authored and jflo committed Mar 26, 2024
1 parent 4373214 commit 03d8a13
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 03d8a13

Please sign in to comment.