Skip to content

Commit

Permalink
Logging ID and MADDR
Browse files Browse the repository at this point in the history
  • Loading branch information
Sulejman committed Aug 15, 2024
1 parent 15b72cc commit e29e4ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/service/relayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ func ConfigureRelayer() {
// Create a discovery service using the DHT
routingDiscovery := routing.NewRoutingDiscovery(kademliaDHT)

log.Debugln("Listener ID:", collectorHost.ID().String())
log.Debugln("Peerable addresses: ", collectorHost.Addrs())

// Form initial connections to all peers available
go ConnectToPeers(context.Background(), routingDiscovery, config.SettingsObj.RelayerRendezvousPoint, collectorHost)

Expand Down

0 comments on commit e29e4ab

Please sign in to comment.