Merge "MDCLOG Implementation with Dynamic log-level changes"
[ric-plt/e2mgr.git] / E2Manager / handlers / rmrmsghandlers / ran_lost_connection_handler_test.go
index d612932..52ea11d 100644 (file)
@@ -42,7 +42,8 @@ const (
 )
 
 func setupLostConnectionHandlerTest(isSuccessfulHttpPost bool) (*RanLostConnectionHandler, *mocks.RnibReaderMock, *mocks.RnibWriterMock, *mocks.HttpClientMock) {
-       logger, _ := logger.InitLogger(logger.InfoLevel)
+       InfoLevel := int8(3)
+       logger, _ := logger.InitLogger(InfoLevel)
        config := &configuration.Configuration{
                RnibRetryIntervalMs:       10,
                MaxRnibConnectionAttempts: 3,