Policy 1707 commit to LF
[policy/engine.git] / ECOMP-REST / src / main / java / org / openecomp / policy / rest / jpa / VarbindDictionary.java
index 05e5710..1bb56a0 100644 (file)
@@ -100,7 +100,7 @@ public class VarbindDictionary implements Serializable{
                this.userModifiedBy = userModifiedBy;
        }
 
-       private static Log logger = LogFactory.getLog(VarbindDictionary.class);
+       private static Log LOGGER = LogFactory.getLog(VarbindDictionary.class);
        
        public VarbindDictionary() {
                
@@ -127,8 +127,7 @@ public class VarbindDictionary 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, "VarbindDictionary", "Exception caused While adding Modified by Role");
                }
        }