On 9/14/2016 9:09 AM, Rajesh Hazari wrote: > solr version: 5.5.0 > > I was checking to see if there is any quick solution for embedded jetty can > log request access logs too.
In server/etc/jetty.xml, there is a commented configuration section that creates a request log. Just uncomment it and then restart Solr. The following paste URL shows what the section looks like in the 6.0.0 config. It would look virtually the same in the 5.5.0 config: http://apaste.info/dr2 To uncomment it, remove the lines that are numbered 4 and 26 on that URL. Thanks, Shawn