You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by M Singh <ma...@yahoo.com.INVALID> on 2016/07/18 01:15:20 UTC

Missing Emails - Re: [apache/nifi] Nifi-1972 Apache Ignite Put Cache Processor (#502)

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 <no...@github.com> 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.  

  

Re: Missing Emails - Re: [apache/nifi] Nifi-1972 Apache Ignite Put Cache Processor (#502)

Posted by Joe Witt <jo...@gmail.com>.
Hello Mans

We ended up creating an 'issues@nifi.apache.org' mailing list so
please subscribe to that.  It is not meant for discussion threads but
is meant for automated e-mails from github, jira.  See more about this
here https://nifi.apache.org/mailing_lists.html

Thanks
Joe

On Sun, Jul 17, 2016 at 9:15 PM, M Singh <ma...@yahoo.com.invalid> wrote:
> 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 <no...@github.com> 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.
>
>