SOLR-3157: remove isTestLoggingFormat

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294968 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2012-02-29 04:16:17 +00:00
parent 19652ce169
commit 6dc05950ae
2 changed files with 0 additions and 4 deletions

View File

@ -1514,9 +1514,6 @@ public final class SolrCore implements SolrInfoMBean {
}
}
/** @lucene.internal use the more consiste testLoggingFormat for tests... for use with SolrLogFormatter */
public static boolean isTestLoggingFormat;
public void execute(SolrRequestHandler handler, SolrQueryRequest req, SolrQueryResponse rsp) {
if (handler==null) {

View File

@ -101,7 +101,6 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase {
public static SolrLogFormatter formatter;
public static void setupLogging() {
SolrCore.isTestLoggingFormat = true;
boolean register = false;
Handler[] handlers = java.util.logging.Logger.getLogger("").getHandlers();
ConsoleHandler consoleHandler = null;