more logging around auto sync

Signed-off-by: Chao Chen <chaochn@amazon.com>
This commit is contained in:
Chao Chen 2022-08-10 17:59:09 -07:00
parent cb5f358b5f
commit d4778e78c8

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
}