Controller Blueprints Microservice
[ccsdk/cds.git] / ms / controllerblueprints / modules / service / src / test / java / org / onap / ccsdk / apps / controllerblueprints / service / rs / ResourceDictionaryRestTest.java
index ec036ee..8bb1f0b 100644 (file)
@@ -25,8 +25,8 @@ import org.junit.runner.RunWith;
 import org.junit.runners.MethodSorters;\r
 import org.onap.ccsdk.apps.controllerblueprints.TestApplication;\r
 import org.onap.ccsdk.apps.controllerblueprints.service.domain.ResourceDictionary;\r
-import org.slf4j.Logger;\r
-import org.slf4j.LoggerFactory;\r
+import com.att.eelf.configuration.EELFLogger;\r
+import com.att.eelf.configuration.EELFManager;\r
 import org.springframework.beans.factory.annotation.Autowired;\r
 import org.springframework.boot.test.context.SpringBootTest;\r
 import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;\r
@@ -44,7 +44,7 @@ import java.util.List;
 @FixMethodOrder(MethodSorters.NAME_ASCENDING)\r
 public class ResourceDictionaryRestTest {\r
 \r
-    private static Logger log = LoggerFactory.getLogger(ResourceDictionaryRestTest.class);\r
+    private static EELFLogger log = EELFManager.getInstance().getLogger(ResourceDictionaryRestTest.class);\r
 \r
     @Autowired\r
     protected ResourceDictionaryRest resourceDictionaryRest;\r