Hello!

What Solr are you using ? If not 4.0, information on logging can be
found on wiki - http://wiki.apache.org/solr/SolrLogging

-- 
Regards,
 Rafał Kuć
 Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch - ElasticSearch

> Hello Rafał Kuć

> Thanks a lot for you guidance. I am not quite sure how to i collect the
> logs. Could you please help.

> Romita 



> From:   Rafał Kuć <r....@solr.pl>
> To:     solr-user@lucene.apache.org, 
> Date:   11/21/2012 04:57 PM
> Subject:        Re: user session id / cookie to record search query



> Hello!

> You want it to be written into logs ? If that is the case you can just
> add additional parameter, that is not recognized by Solr, for example
> 'userId' and send a query like this:

> http://localhost:8983/solr/select?q=*:*&userId=user1

> In the logs you should see something like that:
> INFO: [collection1] webapp=/solr path=/select
> params={q=*:*&userId=user1} hits=0 status=0 QTime=1

Reply via email to