You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2012/12/03 12:27:04 UTC

svn commit: r1416455 - in /manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests: Base.java BaseDerby.java

Author: kwright
Date: Mon Dec  3 11:27:03 2012
New Revision: 1416455

URL: http://svn.apache.org/viewvc?rev=1416455&view=rev
Log:
Temporary commit to help debugging of httpcomponents

Modified:
    manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/Base.java
    manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/BaseDerby.java

Modified: manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/Base.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/Base.java?rev=1416455&r1=1416454&r2=1416455&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/Base.java (original)
+++ manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/Base.java Mon Dec  3 11:27:03 2012
@@ -91,6 +91,7 @@ public class Base
       "log4j.rootLogger=WARN, MAIN\n" +
       "log4j.appender.MAIN=org.apache.log4j.RollingFileAppender\n" +
       "log4j.appender.MAIN.layout=org.apache.log4j.PatternLayout\n" +
+      "log4j.logger.org.apache.http.headers=DEBUG\n"+
       "log4j.appender.MAIN.layout.ConversionPattern=%5p %d{ISO8601} (%t) - %m%n\n"
     );
   }

Modified: manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/BaseDerby.java
URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/BaseDerby.java?rev=1416455&r1=1416454&r2=1416455&view=diff
==============================================================================
--- manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/BaseDerby.java (original)
+++ manifoldcf/branches/CONNECTORS-120-1/framework/core/src/test/java/org/apache/manifoldcf/core/tests/BaseDerby.java Mon Dec  3 11:27:03 2012
@@ -45,7 +45,7 @@ public class BaseDerby extends Base
       "  <property name=\"org.apache.manifoldcf.crawler.expirethreads\" value=\"10\"/>\n" +
       "  <property name=\"org.apache.manifoldcf.crawler.cleanupthreads\" value=\"10\"/>\n" +
       "  <property name=\"org.apache.manifoldcf.crawler.deletethreads\" value=\"10\"/>\n" +
-      //"  <property name=\"org.apache.manifoldcf.connectors\" value=\"DEBUG\"/>\n" +
+      "  <property name=\"org.apache.manifoldcf.connectors\" value=\"DEBUG\"/>\n" +
       "  <property name=\"org.apache.manifoldcf.database.maxhandles\" value=\"80\"/>\n"
     );
   }