mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #14334 from chaochn47/more_logging_around_autoSync
more logging around auto sync
This commit is contained in:
commit
043a3aa70e
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user