You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/10/25 08:17:26 UTC

svn commit: r1026952 - /lucene/dev/branches/branch_3x/solr/testlogging.properties

Author: uschindler
Date: Mon Oct 25 06:17:26 2010
New Revision: 1026952

URL: http://svn.apache.org/viewvc?rev=1026952&view=rev
Log:
Switch off INFO logging, seems to be a debugging relict. Hudson gets crazy with it.

Modified:
    lucene/dev/branches/branch_3x/solr/testlogging.properties

Modified: lucene/dev/branches/branch_3x/solr/testlogging.properties
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_3x/solr/testlogging.properties?rev=1026952&r1=1026951&r2=1026952&view=diff
==============================================================================
--- lucene/dev/branches/branch_3x/solr/testlogging.properties (original)
+++ lucene/dev/branches/branch_3x/solr/testlogging.properties Mon Oct 25 06:17:26 2010
@@ -1,4 +1,4 @@
 handlers=java.util.logging.ConsoleHandler
-.level=INFO
+.level=SEVERE
 java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter