mirror of https://github.com/apache/lucene.git
SOLR-12690: Regularize LoggerFactory declarations. Fixing an incorrect change
This commit is contained in:
parent
2a7ba5a48e
commit
4eb755db18
|
@ -63,7 +63,7 @@ public class SolrShardReporter extends SolrCoreReporter {
|
|||
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
|
||||
|
||||
public static final List<String> DEFAULT_FILTERS = new ArrayList(){{
|
||||
add("Tlog.*");
|
||||
add("TLOG.*");
|
||||
add("CORE\\.fs.*");
|
||||
add("REPLICATION.*");
|
||||
add("INDEX\\.flush.*");
|
||||
|
|
Loading…
Reference in New Issue