mirror of
https://github.com/apache/lucene.git
synced 2025-03-08 17:49:29 +00:00
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());
|
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
|
||||||
|
|
||||||
public static final List<String> DEFAULT_FILTERS = new ArrayList(){{
|
public static final List<String> DEFAULT_FILTERS = new ArrayList(){{
|
||||||
add("Tlog.*");
|
add("TLOG.*");
|
||||||
add("CORE\\.fs.*");
|
add("CORE\\.fs.*");
|
||||||
add("REPLICATION.*");
|
add("REPLICATION.*");
|
||||||
add("INDEX\\.flush.*");
|
add("INDEX\\.flush.*");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user