mirror of https://github.com/milvus-io/milvus.git
Remove config content output before credential mask implemented (#26993)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/26859/head
parent
adfb5298c6
commit
9e0977622d
|
@ -146,7 +146,6 @@ func (bt *BaseTable) init() {
|
||||||
if !bt.config.skipRemote {
|
if !bt.config.skipRemote {
|
||||||
bt.initConfigsFromRemote()
|
bt.initConfigsFromRemote()
|
||||||
}
|
}
|
||||||
log.Info("Got Config", zap.Any("configs", bt.mgr.GetConfigs()))
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (bt *BaseTable) initConfigsFromLocal() {
|
func (bt *BaseTable) initConfigsFromLocal() {
|
||||||
|
|
Loading…
Reference in New Issue