mirror of https://github.com/apache/lucene.git
tests: use INFO for debugging
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1342101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3c88585034
commit
8cbe8114d1
|
@ -123,7 +123,7 @@ public class BasicDistributedZkTest extends AbstractDistributedZkTestCase {
|
|||
|
||||
@Override
|
||||
public void doTest() throws Exception {
|
||||
setLoggingLevel(null);
|
||||
// setLoggingLevel(null);
|
||||
|
||||
del("*:*");
|
||||
indexr(id,1, i1, 100, tlong, 100,t1,"now is the time for all good men"
|
||||
|
|
|
@ -4,11 +4,12 @@ java.util.logging.ConsoleHandler.level=FINEST
|
|||
java.util.logging.ConsoleHandler.formatter=org.apache.solr.SolrLogFormatter
|
||||
|
||||
|
||||
.level=SEVERE
|
||||
#.level=INFO
|
||||
#.level=SEVERE
|
||||
.level=INFO
|
||||
|
||||
#org.apache.solr.update.processor.LogUpdateProcessor=FINEST
|
||||
#org.apache.solr.update.processor.DistributedUpdateProcessor=FINEST
|
||||
#org.apache.solr.update.PeerSync.level=FINEST
|
||||
#org.apache.solr.update.UpdateLog.level=FINE
|
||||
#org.apache.solr.update.TransactionLog.level=FINEST
|
||||
|
||||
|
|
Loading…
Reference in New Issue