mirror of https://github.com/apache/lucene.git
SOLR-11934: REVERT addition of collection to log message
This reverts commit e4dc9e94
This commit is contained in:
parent
724709c8c0
commit
596c64a01e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue