Take a close look and you should see things like: INFO: [] webapp=/solr path=/select/ params={indent=on&start=0&q=*:*&version=2.2&rows=10} hits=19 status=0 QTime=4 which is the request as it gets into Solr. I'm not quite sure how to configure Jetty so it dumps the raw http request, but the above is Solr's view.
Best Erick On Thu, Nov 3, 2011 at 4:42 PM, darul <daru...@gmail.com> wrote: > Well, after many tries to resolve correct version of sl4j-* jar, it is > finally working. Thank you kai. > > Added : > > - log4j.properties at root of solr distribution > - jvm parameter -Dlog4j.configuration={path to file} > > Finally, do you know why I never see queries in logs ? > http://......./q=...., many informations about replications etc...but no > details about user queries. > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Jetty-logging-tp3476715p3478357.html > Sent from the Solr - User mailing list archive at Nabble.com. >