SOLR-12690: Regularize LoggerFactory declarations. Fixing an incorrect change

This commit is contained in:
Erick Erickson 2020-04-23 07:51:42 -04:00
parent 2a7ba5a48e
commit 4eb755db18
1 changed files with 1 additions and 1 deletions

View File

@ -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.*");