Skip to content

Commit

Permalink
chore: move request hashes failed log to trace (#7524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Apr 9, 2024
1 parent 8629184 commit 283b56c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/net/network/src/transactions/fetcher.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ impl TransactionFetcher {
if let Some(failed_to_request_hashes) =
self.request_transactions_from_peer(hashes_to_request, peer)
{
debug!(target: "net::tx",
trace!(target: "net::tx",
peer_id=format!("{peer_id:#}"),
?failed_to_request_hashes,
%conn_eth_version,
Expand Down
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 @@ -799,7 +799,7 @@ where
{
let conn_eth_version = peer.version;

debug!(target: "net::tx",
trace!(target: "net::tx",
peer_id=format!("{peer_id:#}"),
failed_to_request_hashes=?*failed_to_request_hashes,
%conn_eth_version,
Expand Down

0 comments on commit 283b56c

Please sign in to comment.