You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by kt...@apache.org on 2012/01/24 19:51:20 UTC

svn commit: r1235407 - /incubator/accumulo/branches/1.4/conf/generic_logger.xml

Author: kturner
Date: Tue Jan 24 18:51:20 2012
New Revision: 1235407

URL: http://svn.apache.org/viewvc?rev=1235407&view=rev
Log:
ACCUMULO-336 Increased maximum amount of logs kept by accumulo services from 1G to 10G

Modified:
    incubator/accumulo/branches/1.4/conf/generic_logger.xml

Modified: incubator/accumulo/branches/1.4/conf/generic_logger.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/conf/generic_logger.xml?rev=1235407&r1=1235406&r2=1235407&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/conf/generic_logger.xml (original)
+++ incubator/accumulo/branches/1.4/conf/generic_logger.xml Tue Jan 24 18:51:20 2012
@@ -21,7 +21,7 @@
   <!-- Write out everything at the DEBUG level to the debug log -->
   <appender name="A2" class="org.apache.log4j.RollingFileAppender">
      <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}.debug.log"/>
-     <param name="MaxFileSize"    value="100MB"/>
+     <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="DEBUG"/>
      <layout class="org.apache.log4j.PatternLayout">
@@ -32,7 +32,7 @@
   <!--  Write out INFO and higher to the regular log -->
   <appender name="A3" class="org.apache.log4j.RollingFileAppender">
      <param name="File"           value="${org.apache.accumulo.core.dir.log}/${org.apache.accumulo.core.application}_${org.apache.accumulo.core.ip.localhost.hostname}.log"/>
-     <param name="MaxFileSize"    value="100MB"/>
+     <param name="MaxFileSize"    value="1000MB"/>
      <param name="MaxBackupIndex" value="10"/>
      <param name="Threshold"      value="INFO"/>
      <layout class="org.apache.log4j.PatternLayout">