Hi Folks:
I am no longer getting any emails for my replies to github pull request. I
have subscribed to the comments/etc on the pull request and was getting all the
emails till the first week of July.
If there is any setting I am missing, please let me know.
Thanks
On Sunday, July 17, 2016 11:28 AM, Joe Percivall <[email protected]>
wrote:
In
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml:>
@@ -89,7 +89,8 @@
> <logger name="org.apache.nifi.processors" level="WARN"/>
> <logger name="org.apache.nifi.processors.standard.LogAttribute"
> level="INFO"/>
> <logger
> name="org.apache.nifi.controller.repository.StandardProcessSession"
> level="WARN" />
> -
> +
> + <logger name="org.apache.ignite" level="WARN"/>
Instead of adding this to the default logback, which would get used for every
NiFi instance, why not add documentation to the description or Additional
Details section stating that periodic stats are logged and this statement,
added to the logback.xml, will suppress them. This will get around adding a
logger definition here that's specific to the processor but also give the user
the ability to change it if needed. Besides, some users may like having the
stats logged by default.—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.