mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 07:57:13 +08:00
Lift some message from the cluster to info
This commit is contained in:
@@ -348,7 +348,7 @@ func New(config Config) (Cluster, error) {
|
||||
Store: store,
|
||||
LeadershipNotifyCh: c.raftNotifyCh,
|
||||
LeaderObservationCh: c.raftLeaderObservationCh,
|
||||
Logger: c.logger.WithComponent("Raft"),
|
||||
Logger: c.logger.WithComponent("Raft").WithField("address", config.Address),
|
||||
})
|
||||
if err != nil {
|
||||
c.Shutdown()
|
||||
|
Reference in New Issue
Block a user