mirror of https://github.com/apache/lucene.git
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:
parent
19652ce169
commit
6dc05950ae
|
@ -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) {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue