Changes related to Authentication and Atomic
[music.git] / src / main / java / org / onap / music / rest / RestMusicTestAPI.java
index 6b6bc10..287fa17 100644 (file)
@@ -31,11 +31,9 @@ import javax.ws.rs.Produces;
 import javax.ws.rs.core.Context;
 import javax.ws.rs.core.MediaType;
 
+import org.onap.music.eelf.logging.EELFLoggerDelegate;
 import org.onap.music.main.MusicUtil;
 
-import com.att.eelf.configuration.EELFLogger;
-import com.att.eelf.configuration.EELFManager;
-
 import io.swagger.annotations.Api;
 import io.swagger.annotations.ApiOperation;
 
@@ -43,7 +41,9 @@ import io.swagger.annotations.ApiOperation;
 @Path("/v{version: [0-9]+}/test")
 @Api(value="Test Api")
 public class RestMusicTestAPI {
-       private static EELFLogger logger = EELFManager.getInstance().getLogger(RestMusicTestAPI.class);
+       
+       @SuppressWarnings("unused")
+    private EELFLoggerDelegate logger =EELFLoggerDelegate.getLogger(RestMusicTestAPI.class);
 
        /**
         * Returns a test JSON. This will confirm that REST is working.