Skip to content

Commit

Permalink
Mute logs (#1569)
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulksnv committed Jun 21, 2023
1 parent 065dc94 commit 317f83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sc-subspace-block-relay/src/consensus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ where
Ok(Ok(downloaded))
}
Err(error) => {
warn!(
trace!(
target: LOG_TARGET,
"relay::download_block: peer = {who:?}, err = {error:?}"
);
Expand Down Expand Up @@ -333,7 +333,7 @@ where
);
}
Err(err) => {
warn!(
trace!(
target: LOG_TARGET,
"relay::consensus server: request processing error: {peer}: {err:?}"
);
Expand Down

0 comments on commit 317f83a

Please sign in to comment.