refactor: consolidate log lines and pass more protocol info
This commit is contained in:
parent
59a3ac6b64
commit
89935f2f00
|
@ -97,8 +97,7 @@ func (s *S5Protocol) Start() error {
|
|||
return err
|
||||
}
|
||||
|
||||
s.portal.Logger().Info("S5 protocol started")
|
||||
s.portal.Logger().Info("S5 protocol identity", zap.String("identity", identity))
|
||||
s.portal.Logger().Info("S5 protocol started", zap.String("identity", identity), zap.String("network", s.node.NetworkId()), zap.String("domain", s.node.Config().HTTP.API.Domain))
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue