joewitt commented on code in PR #7465:
URL: https://github.com/apache/nifi/pull/7465#discussion_r1257532592
##########
minifi/minifi-nar-bundles/minifi-framework-bundle/minifi-framework/minifi-resources/src/main/resources/conf/logback.xml:
##########
@@ -35,6 +35,8 @@
<maxFileSize>1MB</maxFileSize>
<!-- Provide a cap of 10 MB across all archive files -->
<totalSizeCap>10MB</totalSizeCap>
+ <!-- This is supposed to force log cleanup when the service
starts/restarts -->
+ <cleanHistoryOnStart>true</cleanHistoryOnStart>
Review Comment:
what does this mean? it cleans everything or just to what the limit was?
If i keep 30 files or 30 days does it clean all that or does it get anything
older? Why is that needed if that is what it is does?
--
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]