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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]