mirror of https://github.com/apache/nifi.git
NIFI-3694 removed the total cap size value as per review feedback
This commit is contained in:
parent
cd260bab9f
commit
189b4ad63d
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue