Browse Source

Add logging parameters

pull/1100/head
Darren Shepherd 5 years ago committed by Craig Jellick
parent
commit
c2e7f9c7b0
  1. 2
      pkg/dqlite/join.go

2
pkg/dqlite/join.go

@ -46,6 +46,6 @@ func (d *DQLite) Join(ctx context.Context, nodes []client.NodeInfo) error {
}
}
logrus.Infof("Joining dqlite cluster as address=%s, id=%d")
logrus.Infof("Joining dqlite cluster as address=%s, id=%d", d.NodeInfo.Address, d.NodeInfo.ID)
return client.Add(ctx, d.NodeInfo)
}

Loading…
Cancel
Save