markap14 commented on code in PR #7315:
URL: https://github.com/apache/nifi/pull/7315#discussion_r1229679296
##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-process-group-configuration.js:
##########
@@ -272,6 +274,25 @@
$('#process-group-default-back-pressure-object-threshold').removeClass('unset').val(processGroup.defaultBackPressureObjectThreshold);
$('#process-group-default-back-pressure-data-size-threshold').removeClass('unset').val(processGroup.defaultBackPressureDataSizeThreshold);
+
$('#process-group-log-to-own-file-combo').removeClass('unset').combo({
+ options: [{
+ text: 'Yes',
+ value: true,
+ description: 'Logging will be generated to
dedicated log file for the process group.'
+ }, {
+ text: 'No',
+ value: false,
+ description: 'Normal logging will be followed.'
Review Comment:
"Log messages will be logged only to the primary app log"?
--
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]