Skip to content

Commit 16f3dd7

Browse files
committed
chore: log peer topic subscriptions at info level
1 parent 3a4dbcc commit 16f3dd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/p2p-consensus/src/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ impl P2PNetwork {
971971
peer_id,
972972
topic,
973973
})) => {
974-
debug!(peer = %peer_id, topic = %topic, "Peer subscribed to topic");
974+
info!(peer = %peer_id, topic = %topic, "Peer subscribed to topic");
975975
}
976976
SwarmEvent::Behaviour(CombinedEvent::Kademlia(kad::Event::RoutingUpdated {
977977
peer,

0 commit comments

Comments
 (0)