mirror of https://github.com/apache/lucene.git
SolrConfig says 'system property solr.solr.home not set' in the log, when using default Solr home
git-svn-id: https://svn.apache.org/repos/asf/incubator/solr/trunk@496274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3fefa3f9f1
commit
9737c076ae
|
@ -239,7 +239,7 @@ public class Config {
|
|||
instanceDir = normalizeDir(System.getProperty(prop));
|
||||
if (instanceDir==null) {
|
||||
instanceDir=project + '/';
|
||||
log.info("Solr home defaulted to '" + instanceDir + "'");
|
||||
log.info("Solr home defaulted to '" + instanceDir + "' (system property " + prop + " not set)");
|
||||
} else {
|
||||
log.info("Solr home set to '" + instanceDir + "' from system property " + prop);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue