mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 07:27:55 -05:00
Set noisy TransactionLogBloomCacher debug log to trace (#6808)
Signed-off-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user