GitHub user DomenicPuzio opened a pull request:

    https://github.com/apache/nifi/pull/445

    NIFI-1498: putFile - Flowfiles routed to failure relationship produce INFO 
level log messages

    I made a few quick changes to the log levels here. With this, any time 
PutFile does not actually put the file, a WARN level message will be produced 
instead of an INFO message. This is the case if the file is routed to FAILURE 
or REJECT, since the user should be aware of any behavior other than the 
expected SUCCESS.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/DomenicPuzio/nifi NIFI-1498

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/445.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #445
    
----
commit 158a24c05a2350f902cf4e88399217435ab9f00c
Author: xxl072 <[email protected]>
Date:   2016-05-16T04:27:06Z

    NIFI-1498: putFile - Flowfiles routed to failure relationship produce INFO 
level log messages

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to