Re: turning up logging using the web UI, can't get more than INFO

2012-08-27 Thread Chris Hostetter
: We have a pretty standard out-of-the-box solr/jetty setup. Using the web : UI at /solr/admin/logging, for WARNING or SEVERE we get less logging, but : none of CONFIG, FINE or FINEST result in any *more* logging than just at : INFO. The UI (and the underlying Solr API) lets you change the log l

Re: turning up logging using the web UI, can't get more than INFO

2012-08-26 Thread Lance Norskog
It is possible. Also, those settings are not saved across restarts. You really should use a logging properties file. Other ways to check on freezes: 1) run garbage collection logging or monitoring. 2) poll the statistics requesthandler and log. 3) poll the thread list and log. On Fri, Aug 24, 201

Re: turning up logging using the web UI, can't get more than INFO

2012-08-24 Thread Kevin Goess
On Fri, Aug 24, 2012 at 10:23 AM, Ahmet Arslan wrote: > > We have a pretty standard > > out-of-the-box solr/jetty setup. Using the web > > UI at /solr/admin/logging, for WARNING or SEVERE we get less > > logging, but > > none of CONFIG, FINE or FINEST result in any *more* logging > > than just a

Re: turning up logging using the web UI, can't get more than INFO

2012-08-24 Thread Ahmet Arslan
> We have a pretty standard > out-of-the-box solr/jetty setup.  Using the web > UI at /solr/admin/logging, for WARNING or SEVERE we get less > logging, but > none of CONFIG, FINE or FINEST result in any *more* logging > than just at > INFO. > > Is there another place to look for something that mig