Repository: nifi
Updated Branches:
  refs/heads/master cd260bab9 -> 189b4ad63


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


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/189b4ad6
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/189b4ad6
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/189b4ad6

Branch: refs/heads/master
Commit: 189b4ad63dc88eacccc22cdba9f46ef5f88f5363
Parents: cd260ba
Author: joewitt <[email protected]>
Authored: Tue Apr 18 14:07:02 2017 -0400
Committer: joewitt <[email protected]>
Committed: Tue Apr 18 14:07:38 2017 -0400

----------------------------------------------------------------------
 .../nifi-resources/src/main/resources/conf/logback.xml             | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/189b4ad6/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
index 25d6624..f357c41 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-resources/src/main/resources/conf/logback.xml
@@ -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">

Reply via email to