Turn off request logging for some handlers?

2010-04-15 Thread Shawn Heisey
Is it possible to turn off request logging for some handlers?  
Specifically, I'd like to stop logging requests to /admin/ping and 
/replication, which get hit very often.


I looked around for an answer but wasn't able to find anything.

Thanks,
Shawn



Re: Turn off request logging for some handlers?

2010-04-15 Thread Michael Kuhlmann
Am 15.04.2010 17:45, schrieb Shawn Heisey:
 Is it possible to turn off request logging for some handlers? 
 Specifically, I'd like to stop logging requests to /admin/ping and
 /replication, which get hit very often.
 
Hi,

you can set logging for nearly every single task here:

http://host:port/solr/admin/logging.jsp

-Michael


Re: Turn off request logging for some handlers?

2010-04-15 Thread Shawn Heisey

On 4/15/2010 9:54 AM, Michael Kuhlmann wrote:

you can set logging for nearly every single task here:
http://host:port/solr/admin/logging.jsp

   
I'm pretty sure that refers to the output that normally goes to stderr, 
I'm talking about the logs that go to files like 
2010_04_15.request.log.  I've just remembered this logging is actually 
done by Jetty, which makes this not the right forum to ask the question, 
but perhaps someone here might know.