Policy 1707 commit to LF
[policy/engine.git] / ECOMP-REST / src / main / java / org / openecomp / policy / rest / jpa / TermList.java
index ce94fb8..38bbf79 100644 (file)
@@ -125,7 +125,7 @@ public class TermList implements Serializable {
                this.userModifiedBy = userModifiedBy;
        }
 
-       private static Log logger = LogFactory.getLog(TermList.class);
+       private static Log LOGGER = LogFactory.getLog(TermList.class);
        
        public TermList() {
                
@@ -155,8 +155,7 @@ public class TermList 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, "TermList", "Exception caused While adding Modified by Role");
                }
                auditLogger.debug("Updated Term Name: "+this.termName+" by "+this.userModifiedBy);