Add a log ETCD path (#8739)

Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
Xiaofan 2021-09-28 13:54:03 +08:00 committed by GitHub
parent c8e5e44427
commit 1edc00cd82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -903,7 +903,7 @@ func (c *Core) Init() error {
return nil
}
log.Debug("RootCoord, Connect to Etcd")
log.Debug("RootCoord, Connect to Etcd", zap.String("kv root", Params.KvRootPath), zap.String("meta root", Params.MetaRootPath))
err := retry.Do(c.ctx, connectEtcdFn, retry.Attempts(300))
if err != nil {
return