NIFI-3694 removed the total cap size value as per review feedback

This commit is contained in:
joewitt 2017-04-18 14:07:02 -04:00
parent cd260bab9f
commit 189b4ad63d
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@
<maxFileSize>100MB</maxFileSize>
<!-- keep 30 log files worth of history -->
<maxHistory>30</maxHistory>
<!-- keep 10GB total of log files -->
<totalSizeCap>10GB</totalSizeCap>
</rollingPolicy>
<immediateFlush>true</immediateFlush>
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">