Skip to content

Commit

Permalink
chore: make Session established log debug (paradigmxyz#7301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rjected authored Mar 22, 2024
1 parent a3d2e90 commit 88186a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/net/network/src/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ where
} => {
let total_active = self.num_active_peers.fetch_add(1, Ordering::Relaxed) + 1;
self.metrics.connected_peers.set(total_active as f64);
trace!(
debug!(
target: "net",
?remote_addr,
%client_version,
Expand Down

0 comments on commit 88186a2

Please sign in to comment.