[Policy-20] getConfig & Policy resolved blockers
[policy/engine.git] / LogParser / src / main / java / org / openecomp / xacml / parser / LogEntryObject.java
index 4b03d2a..3b1ccff 100644 (file)
@@ -32,7 +32,7 @@ public class LogEntryObject {
        private LOGTYPE logType;
        
        public enum LOGTYPE {
-               INFO, ERROR, SEVERE, WARN;
+               INFO, DEBUG, ERROR, SEVERE, WARN;
        }
                
        public String getSystem() {
@@ -71,4 +71,4 @@ public class LogEntryObject {
        public void setLogType(LOGTYPE logType) {
                this.logType = logType;
        }       
-}
+}
\ No newline at end of file