diff --git a/src/main/java/org/hisp/dhis/response/NotificationLevel.java b/src/main/java/org/hisp/dhis/response/NotificationLevel.java index c920292f..750a3f46 100644 --- a/src/main/java/org/hisp/dhis/response/NotificationLevel.java +++ b/src/main/java/org/hisp/dhis/response/NotificationLevel.java @@ -32,5 +32,6 @@ public enum NotificationLevel { DEBUG, INFO, WARN, - ERROR + ERROR, + LOOP }