Skip to content

Commit

Permalink
chore: add log for bootstrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre committed Oct 24, 2023
1 parent d082f02 commit e7cb7da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion network/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,9 @@ func newNetwork(networkName string, conf *Config, opts []lp2p.Option) (*network,

n.host.Network().Notify(n.notifee)

n.logger.Info("network setup", "id", n.host.ID(), "address", conf.Listens)
n.logger.Info("network setup", "id", n.host.ID(),
"address", conf.Listens,
"bootstrapper", conf.Bootstrapper)

return n, nil
}
Expand Down

0 comments on commit e7cb7da

Please sign in to comment.