: 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
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
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
> 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