On 8/24/2016 5:44 AM, elisabeth benoit wrote: > I'd like to know what is the best way to have the equivalent of tomcat > localhost_access_log for solr 5?
I don't know for sure what that is, but it sounds like a request log. If you edit server/etc/jetty.xml you will find a commented out section of configuration that enables a request log. The header says "Configure Request Log". If that's what you want, just uncomment that section and restart Solr. Thanks, Shawn