Re: How to view SOLR logs

2010-04-01 Thread bbarani
Hi, I could see all GET request properly in SOLR but couldnt find any POST request issued from SOLRsharp. If I issue search directly in SOLR (not from the application) I could see the logs as below, 127.0.0.1 - - [02/04/2010:03:33:23 +] "GET /solr/db/select?q=test But when search happens

Re: How to view SOLR logs

2010-04-01 Thread Shawn Smith
The default jetty.xml sets up a request logger that logs to "logs/_mm_dd.request.log" relative to the directory jetty is started from. Look for NCSARequestLog in your jetty.xml. If SOLR Sharp uses GETs (not POSTs) you can look at the urls in the log and pull out the "q" and "fq" parameters wh