logging - How to view the logs for solr? -


i'm running solr 4.6.1 on tomcat , encountering problems in passing data through php. how can view logs remove issue? /solr/example/logs directory empty.

you need steps activate solr logging file. default writes logs console. while starting solr instance pass following parameter enable solr logging file.

-djava.util.logging.config.file=etc/logging.properties 

modify /example/etc/logging.properties solr instance customize logging pattern. after restarting you'll see it's writing logs solr0.log file.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -