VOL-2764 - default log level to warning

Change-Id: I7b03332d22db42c26fc17e3861dda29f7a214c54
diff --git a/rw_core/config/config.go b/rw_core/config/config.go
index 2ec9d18..3a626c0 100644
--- a/rw_core/config/config.go
+++ b/rw_core/config/config.go
@@ -41,7 +41,7 @@
 	defaultKVStorePort               = 2379 // Consul = 8500; Etcd = 2379
 	defaultKVTxnKeyDelTime           = 60
 	defaultKVStoreDataPrefix         = "service/voltha"
-	defaultLogLevel                  = "DEBUG"
+	defaultLogLevel                  = "WARN"
 	defaultBanner                    = false
 	defaultDisplayVersionOnly        = false
 	defaultCoreTopic                 = "rwcore"