From 31b5910a7f7b309a1a638ae19efc4b9dd67e0aac Mon Sep 17 00:00:00 2001
From: Abubakr-Sadik Nii Nai Davis <dwa2pac@gmail.com>
Date: Fri, 3 Nov 2017 10:41:01 +0000
Subject: [PATCH] Remove unnecessary warnings about missing config files.

---
 cmd/util.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/util.go b/cmd/util.go
index dfd8b23..62cec19 100644
--- a/cmd/util.go
+++ b/cmd/util.go
@@ -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 {
-- 
GitLab