From d4778e78c8336698a9ecb1c6e2a5c011bd4fb508 Mon Sep 17 00:00:00 2001 From: Chao Chen Date: Wed, 10 Aug 2022 17:59:09 -0700 Subject: [PATCH] more logging around auto sync Signed-off-by: Chao Chen --- client/v3/client.go | 1 + 1 file changed, 1 insertion(+) diff --git a/client/v3/client.go b/client/v3/client.go index 6afb855ea..85ffd0637 100644 --- a/client/v3/client.go +++ b/client/v3/client.go @@ -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 }