I see.Thanks for sharing.
-Sudhakar.
On Friday, April 26, 2013, Timothy Potter wrote:
> Solved this using a custom SearchHandler and some Log4J goodness.
> Posting here in case anyone has need for logging query request before
> they are executed, which in my case is useful for tracking any queri
Solved this using a custom SearchHandler and some Log4J goodness.
Posting here in case anyone has need for logging query request before
they are executed, which in my case is useful for tracking any queries
that cause OOMs
My solution uses Log4J's NDC support to log each query request before
it is
HI Tim,
Have you tried by enabling the logging levels on httpclient, which is
used by solrj classes internally?
Thx,Sudhakar.
On Thu, Apr 25, 2013 at 10:12 AM, Timothy Potter wrote:
> I would like to log query requests before they are processed.
> Currently, it seems they are only logged afte
I would like to log query requests before they are processed.
Currently, it seems they are only logged after being processed. I've
tried enabling a finer logging level but that didn't seem to help.
I've enabled request logging in Jetty but most queries come in as
POSTs from SolrJ
I was thinking of