You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "markap14 (via GitHub)" <gi...@apache.org> on 2023/06/01 13:57:21 UTC

[GitHub] [nifi] markap14 commented on a diff in pull request #7315: NIFI-3065 Per Process Group logging

markap14 commented on code in PR #7315:
URL: https://github.com/apache/nifi/pull/7315#discussion_r1213199524


##########
nifi-api/src/main/java/org/apache/nifi/flow/VersionedProcessGroup.java:
##########
@@ -47,6 +47,9 @@ public class VersionedProcessGroup extends VersionedComponent {
     private Long defaultBackPressureObjectThreshold;
     private String defaultBackPressureDataSizeThreshold;
 
+    private Boolean logToOwnFile;

Review Comment:
   I don't think we need this Boolean, do we? The presence or the absence of the log file suffix should be sufficient to determine this.



-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org