[VOL-2779] Corrected Loglevel Config storage path

Change-Id: I18bcdd33f7d8ab9b136e74a5d7e422c3273276f8
diff --git a/VERSION b/VERSION
index 6795d4d..148fd54 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.22
+3.0.23
diff --git a/pkg/config/configmanager.go b/pkg/config/configmanager.go
index 57d79e5..441c488 100644
--- a/pkg/config/configmanager.go
+++ b/pkg/config/configmanager.go
@@ -33,7 +33,7 @@
 
 const (
 	defaultkvStoreConfigPath = "config"
-	kvStoreDataPathPrefix    = "/service/voltha"
+	kvStoreDataPathPrefix    = "service/voltha"
 	kvStorePathSeparator     = "/"
 )