Set noisy TransactionLogBloomCacher debug log to trace (#6808)

Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
Simon Dudley
2024-03-26 17:03:20 +10:00
committed by GitHub
parent 6fe547a3be
commit 2222bb197b

View File

@@ -159,7 +159,7 @@ public class TransactionLogBloomCacher {
return;
}
final long blockNumber = blockHeader.getNumber();
LOG.atDebug()
LOG.atTrace()
.setMessage("Caching logs bloom for block {}")
.addArgument(() -> "0x" + Long.toHexString(blockNumber))
.log();