Skip to content

Commit

Permalink
chore(net): downgrade unseen hashes log to trace (paradigmxyz#6459)
Browse files Browse the repository at this point in the history
  • Loading branch information
shekhirin authored Feb 7, 2024
1 parent 3421672 commit 2bcdec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/network/src/transactions/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ where
return
}

debug!(target: "net::tx",
trace!(target: "net::tx",
peer_id=format!("{peer_id:#}"),
hashes_len=hashes.len(),
hashes=?*hashes,
Expand Down

0 comments on commit 2bcdec9

Please sign in to comment.