SOLR-11934: REVERT addition of collection to log message

This reverts commit e4dc9e94
This commit is contained in:
David Smiley 2020-05-28 11:31:11 -04:00
parent 724709c8c0
commit 596c64a01e
1 changed files with 1 additions and 3 deletions

View File

@ -2528,9 +2528,7 @@ public final class SolrCore implements SolrInfoBean, Closeable {
newSearcher.register(); // register subitems (caches)
if (log.isInfoEnabled()) {
log.info("{} Registered new searcher autowarm time: {} ms: Collection: '{}'"
, logid, newSearcher.getWarmupTime()
, newSearcher.getCore().getCoreDescriptor().getCollectionName());
log.info("{} Registered new searcher autowarm time: {} ms", logid, newSearcher.getWarmupTime());
}
} catch (Exception e) {