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


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-client-dto/src/main/java/org/apache/nifi/web/api/entity/ProcessGroupEntity.java:
##########
@@ -56,6 +56,9 @@ public class ProcessGroupEntity extends ComponentEntity 
implements Permissible<P
 
     private ParameterContextReferenceEntity parameterContext;
 
+    private Boolean logToOwnFile;
+    private String logFileSuffix;

Review Comment:
   Is there a reason these are necessary at the Entity level? Having them at 
the DTO level should be sufficient.



-- 
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-unsubscr...@nifi.apache.org

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

Reply via email to