Skip to content

Commit 61d8913

Browse files
committed
Consistent span level
1 parent 4b90aef commit 61d8913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beacon_node/network/src/network_beacon_processor/gossip_methods.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ impl<T: BeaconChainTypes> NetworkBeaconProcessor<T> {
772772
#[instrument(
773773
name = SPAN_PROCESS_GOSSIP_BLOB,
774774
parent = None,
775-
level = "trace",
775+
level = "debug",
776776
skip_all,
777777
fields(
778778
slot = ?blob_sidecar.slot(),

0 commit comments

Comments
 (0)