Change log level for filtered events 47/78747/1
authored852m <ed.dening@amdocs.com>
Tue, 19 Feb 2019 12:13:26 +0000 (12:13 +0000)
committered852m <ed.dening@amdocs.com>
Tue, 19 Feb 2019 12:20:11 +0000 (12:20 +0000)
Issue-ID: AAI-2160

Change-Id: I8dc3d3408fce4823cd8684377e788c788bdca72b
Signed-off-by: ed852m <ed.dening@amdocs.com>
src/main/java/org/onap/aai/validation/controller/ValidationController.java

index bd7c850..a0302b0 100644 (file)
@@ -277,7 +277,7 @@ public class ValidationController {
                 publishValidationResults(result.validationResults);
             } else {
                 stats.incrementEventCount(eventSource, "filtered");
-                applicationLogger.info(ApplicationMsgs.FILTERED_EVENT,event);
+                applicationLogger.debug(ApplicationMsgs.FILTERED_EVENT,event);
             }
         } catch (Exception e) {
             applicationLogger.error(ApplicationMsgs.CANNOT_VALIDATE_ERROR, e, event);