NIFI-5479 - Supressed the AnnotationParser logs using the logback.xml. Dependency changes can be look at in future.

NIFI-5479 - Updated comment.

This closes #3034
This commit is contained in:
thenatog 2018-09-07 12:39:18 -04:00 committed by Matt Gilman
parent 8a751e8018
commit 64de5c70e1
No known key found for this signature in database
GPG Key ID: DF61EC19432AEE37

View File

@ -117,6 +117,9 @@
<!-- Suppress non-error messages due to known warning about redundant path annotation (NIFI-574) --> <!-- Suppress non-error messages due to known warning about redundant path annotation (NIFI-574) -->
<logger name="org.glassfish.jersey.internal.Errors" level="ERROR"/> <logger name="org.glassfish.jersey.internal.Errors" level="ERROR"/>
<!-- Suppress non-error messages due to Jetty AnnotationParser emitting a large amount of WARNS. Issue described in NIFI-5479. -->
<logger name="org.eclipse.jetty.annotations.AnnotationParser" level="ERROR"/>
<!-- <!--
Logger for capturing user events. We do not want to propagate these Logger for capturing user events. We do not want to propagate these
log events to the root logger. These messages are only sent to the log events to the root logger. These messages are only sent to the