The default jetty.xml sets up a request logger that logs to
"logs/yyyy_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 which will contain the queries.

Shawn

On Thu, Apr 1, 2010 at 2:56 PM, bbarani <bbar...@gmail.com> wrote:
>
> Hi,
>
> We have a application which uses SOLR sharp to get the details from SOLR.
> Currently since we are in testing stage we would like to know what query is
> being passed to SOLR from our application without debuggging the application
> each time.
>
> Is there a way to view the queries passed to SOLR on a specified time. We
> are running SOLR on jetty and using SOLR Sharp for accessing the SOLR data.
>
> Thanks,
> Barani
> --
> View this message in context: 
> http://n3.nabble.com/How-to-view-SOLR-logs-tp691642p691642.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to