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 16:16:35 UTC

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

bdesert 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_r272258509
 
 

 ##########
 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:
   added.
   The reason for not adding initially is to be consistent with FetchFile and with the rest of descriptors in FetchFileTransfer. But I agree with review and adding 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