removed logging statements that were already elsewhere

This commit is contained in:
nwoodward
2023-02-27 16:51:02 -06:00
parent 358e2b5b41
commit d7749e2438

View File

@@ -190,10 +190,6 @@ public class SolrLoggerServiceImpl implements SolrLoggerService, InitializingBea
statisticsCoreBase = null;
}
log.info("solr-statistics.server: {}", statisticsCoreURL);
log.info("usage-statistics.dbfile: {}",
configurationService.getProperty("usage-statistics.dbfile"));
solr = solrStatisticsCore.getSolr();
// Read in the file so we don't have to do it all the time