exceptionfactory commented on code in PR #7465:
URL: https://github.com/apache/nifi/pull/7465#discussion_r1258249285


##########
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml:
##########
@@ -95,6 +107,9 @@
             <maxFileSize>10MB</maxFileSize>
             <maxHistory>10</maxHistory>
             <totalSizeCap>100MB</totalSizeCap>
+            <totalSizeCap>5GB</totalSizeCap>

Review Comment:
   This `5GB` setting duplicates the existing value of `100MB`. In this 
particular case, the setting for `nifi-deprecation.log` is intentionally 
smaller to avoid excessive repetition.



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

Reply via email to