mirror of https://github.com/milvus-io/milvus.git
Remove annoying logs when config file not found (#22717)
Signed-off-by: Enwei Jiao <enwei.jiao@zilliz.com>pull/22730/head
parent
fa2c1c1f40
commit
d5ef0448f2
|
@ -98,7 +98,6 @@ func (fs *FileSource) loadFromFile() error {
|
|||
newConfig := make(map[string]string)
|
||||
for _, configFile := range fs.files {
|
||||
if _, err := os.Stat(configFile); err != nil {
|
||||
log.Info("cannot access config file", zap.String("configFile", configFile))
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue