You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/04 13:28:51 UTC

[GitHub] [nifi] pvillard31 commented on a change in pull request #3407: NIFI-6181 FetchSFTP and FetchFTP File Not Found fix

pvillard31 commented on a change in pull request #3407: NIFI-6181 FetchSFTP and FetchFTP File Not Found fix
URL: https://github.com/apache/nifi/pull/3407#discussion_r272178143
 
 

 ##########
 File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/FetchFileTransfer.java
 ##########
 @@ -120,6 +122,13 @@
         .required(false)
         .build();
 
+    static final PropertyDescriptor FILE_NOT_FOUND_LOG_LEVEL = new PropertyDescriptor.Builder()
+        .name("Log level when file not found")
 
 Review comment:
   Can we use both .name and .displayName?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services