Skip to content

Commit

Permalink
Use debug logging for pings
Browse files Browse the repository at this point in the history
  • Loading branch information
ligustah committed Apr 29, 2024
1 parent 6529787 commit 25c93d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/p2p.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ impl SwarmController {
}
_ => {}
}
tracing::info!("Ping event: {:?}", event);
tracing::debug!("Ping event: {:?}", event);
}

SwarmEvent::Behaviour(MintpoolBehaviourEvent::Relay(event)) => {
Expand Down

0 comments on commit 25c93d0

Please sign in to comment.