I'm looking to see if I can fix/replace the LogLevelSelection servlet
with a Handler, so that the new admin UI can get XML/JSON back, rather
than having to parse HTML.

I have two questions:

 * The LogLevelSelection servlet interacts with the JDK logging system,
 while it seems that some at least of Solr uses SLF4J. Doesn't this make
 this servlet redundant?
 * Assuming the answer to the above question is "it is still relevant",
 we'd need to define an API for updating logging details. I'd propose
 something like:

  *
  http://localhost:8983/solr/admin/logging?category=httpclient&level=WARNING

The current logging servlet allows us to change many logging settings at
once, however this URL would only allow one at a time - use multiple
calls to change multiple entries.

Thoughts?

Oh, and should this be in a Jira ticket?

Upayavira
--- 
Enterprise Search Consultant at Sourcesense UK, 
Making Sense of Open Source


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to