[VOL-4111] Moving Services under the UNI struct
Controlling the UNI state via OMCI Set Messages
Upgraded APIs to reflect the new format

Change-Id: I3a6c166205fad4a381e562ab3b873d03b633303e
diff --git a/internal/common/logger_test.go b/internal/common/logger_test.go
index 6e9de8a..7a04a29 100644
--- a/internal/common/logger_test.go
+++ b/internal/common/logger_test.go
@@ -23,6 +23,10 @@
 	"testing"
 )
 
+func init() {
+	common.SetLogLevel(logrus.StandardLogger(), "error", false)
+}
+
 func Test_SetLogLevel(t *testing.T) {
 	log := logrus.New()