Skip to content
Snippets Groups Projects
Commit 31b5910a authored by Abubakr-Sadik Nii Nai Davis's avatar Abubakr-Sadik Nii Nai Davis
Browse files

Remove unnecessary warnings about missing config files.

parent 85fb818e
Branches
Tags 35.133.2
No related merge requests found
......@@ -136,7 +136,7 @@ func getConfigFiles(v *viper.Viper, t string) map[string]string {
glog.V(2).Info(fmt.Sprintf("Using default config file name '%s' for component %s", conf, component))
} else {
// Default the config file name that we'll substitute to the name of the component
printlnWarn(fmt.Sprintf("Missing config file for %s", component))
glog.V(2).Info(fmt.Sprintf("Missing config file for %s", component))
conf = component
}
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment