: Log: SolrConfig says 'system property solr.solr.home not set' in the
: log, when using default Solr home

this seems like an odd thing to call out in the log ... it implies the
system proerty should be set, but using JNDI to set the solr.home is just
as valid of a way to specify where things liv

: -        log.info("Solr home defaulted to '" + instanceDir + "'");
: +        log.info("Solr home defaulted to '" + instanceDir + "' (system 
property " + prop + " not set)");




-Hoss

Reply via email to