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
commit 043a3aa70e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}