Policy 1707 commit to LF
[policy/engine.git] / ECOMP-REST / src / main / java / org / openecomp / policy / rest / jpa / PEPOptions.java
index 8b05e8f..ed52047 100644 (file)
@@ -101,7 +101,7 @@ public class PEPOptions implements Serializable {
                this.userModifiedBy = userModifiedBy;
        }
 
-       private static Log logger = LogFactory.getLog(PEPOptions.class);
+       private static Log LOGGER = LogFactory.getLog(PEPOptions.class);
        
        public PEPOptions(){
                
@@ -128,8 +128,7 @@ public class PEPOptions implements Serializable {
                try {
                        this.userModifiedBy =XacmlAdminAuthorization.getUserId();;
                } catch (Exception e) {
-                       logger.error("Exception caused While adding Modified by Role"+e);
-                       // TODO:EELF Cleanup - Remove logger
+                       LOGGER.error("Exception caused While adding Modified by Role"+e);
                        PolicyLogger.error(MessageCodes.EXCEPTION_ERROR, e, "PEPOptions", "Exception caused While adding Modified by Role");
                }
        }