markap14 commented on code in PR #7315:
URL: https://github.com/apache/nifi/pull/7315#discussion_r1213204117
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/dto/ProcessGroupDTO.java:
##########
@@ -39,6 +39,8 @@ public class ProcessGroupDTO extends ComponentDTO {
private String defaultFlowFileExpiration;
private Long defaultBackPressureObjectThreshold;
private String defaultBackPressureDataSizeThreshold;
+ private Boolean logToOwnFile;
Review Comment:
As with VersionedProcessGroup, I don't think this is necessary. The
presence/absence of the suffix should be sufficient for determining 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]