Merge pull request #14334 from chaochn47/more_logging_around_autoSync

more logging around auto sync
This commit is contained in:
Benjamin Wang
2022-08-11 10:16:19 +08:00
committed by GitHub

View File

@@ -192,6 +192,7 @@ func (c *Client) Sync(ctx context.Context) error {
}
}
c.SetEndpoints(eps...)
c.lg.Debug("set etcd endpoints by autoSync", zap.Strings("endpoints", eps))
return nil
}