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
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
s.portal.Logger().Info("S5 protocol started")
|
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))
|
||||||
s.portal.Logger().Info("S5 protocol identity", zap.String("identity", identity))
|
|
||||||
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue