mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
Add logging parameters
This commit is contained in:
parent
59177e58b7
commit
c2e7f9c7b0
@ -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…
Reference in New Issue
Block a user