Re: Need to log query request before it is processed

2013-04-26 Thread Sudhakar Maddineni
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

Re: Need to log query request before it is processed

2013-04-26 Thread Timothy Potter
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

Re: Need to log query request before it is processed

2013-04-25 Thread Sudhakar Maddineni
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