You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by us...@apache.org on 2010/03/14 23:08:21 UTC

svn commit: r922977 - in /lucene/solr/branches/solr: build.xml testlogging.properties

Author: uschindler
Date: Sun Mar 14 22:08:20 2010
New Revision: 922977

URL: http://svn.apache.org/viewvc?rev=922977&view=rev
Log:
make test logging more verbose, but disable java logging totally (for now). Can be changed in testlogging.properties

Added:
    lucene/solr/branches/solr/testlogging.properties   (with props)
Modified:
    lucene/solr/branches/solr/build.xml

Modified: lucene/solr/branches/solr/build.xml
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/build.xml?rev=922977&r1=922976&r2=922977&view=diff
==============================================================================
--- lucene/solr/branches/solr/build.xml (original)
+++ lucene/solr/branches/solr/build.xml Sun Mar 14 22:08:20 2010
@@ -31,11 +31,11 @@
   <!-- Destination for distribution files (demo WAR, src distro, etc.) -->
   <property name="dist" location="dist" />
 
-  
-
   <property name="clover.db.dir" location="${dest}/tests/clover/db"/>
   <property name="clover.report.dir" location="${dest}/tests/clover/reports"/>
 
+  <property name="junit.details" value="1"/>
+
     <available
             property="clover.present"
             classname="com.cenqua.clover.tasks.CloverReportTask"
@@ -393,6 +393,7 @@
            failureProperty="tests.failed"
            dir="src/test/test-files/"
            >
+      <sysproperty key="java.util.logging.config.file" value="${common.dir}/testlogging.properties"/>
       <jvmarg line="${args}"/>
       <formatter type="brief" usefile="false" if="junit.details"/>
       <classpath refid="test.run.classpath"/>

Added: lucene/solr/branches/solr/testlogging.properties
URL: http://svn.apache.org/viewvc/lucene/solr/branches/solr/testlogging.properties?rev=922977&view=auto
==============================================================================
--- lucene/solr/branches/solr/testlogging.properties (added)
+++ lucene/solr/branches/solr/testlogging.properties Sun Mar 14 22:08:20 2010
@@ -0,0 +1,4 @@
+handlers=java.util.logging.ConsoleHandler
+.level=OFF
+java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
+

Propchange: lucene/solr/branches/solr/testlogging.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: lucene/solr/branches/solr/testlogging.properties
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL