aboutsummaryrefslogtreecommitdiffstats
path: root/LogParser/src/main/java/org/openecomp/xacml/parser/LogEntryObject.java
diff options
context:
space:
mode:
Diffstat (limited to 'LogParser/src/main/java/org/openecomp/xacml/parser/LogEntryObject.java')
-rw-r--r--LogParser/src/main/java/org/openecomp/xacml/parser/LogEntryObject.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/LogParser/src/main/java/org/openecomp/xacml/parser/LogEntryObject.java b/LogParser/src/main/java/org/openecomp/xacml/parser/LogEntryObject.java
index 4b03d2aaa..3b1ccffc5 100644
--- a/LogParser/src/main/java/org/openecomp/xacml/parser/LogEntryObject.java
+++ b/LogParser/src/main/java/org/openecomp/xacml/parser/LogEntryObject.java
@@ -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