Commit c2e7f9c7 authored by Darren Shepherd's avatar Darren Shepherd Committed by Craig Jellick

Add logging parameters

parent 59177e58
...@@ -46,6 +46,6 @@ func (d *DQLite) Join(ctx context.Context, nodes []client.NodeInfo) error { ...@@ -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) return client.Add(ctx, d.NodeInfo)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment