[jira] [Updated] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2012-02-21 Thread Ryan McKinley (Updated) (JIRA)
that it could have a Log4J (or whatever) backend LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459 Project: Solr

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-02 Thread Stefan Matheis (steffkes) (JIRA)
? LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459 Project: Solr Issue Type: Wish Components: web gui Reporter: Stefan Matheis

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-02 Thread Upayavira (JIRA)
in, that's the one that'll be used. LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459 Project: Solr Issue Type: Wish

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Upayavira (JIRA)
logging behind that. I'm assuming this is correct. It seems that the best way to do this is to replace the LogLevelSelection servlet with a Handler. Coding a handler to display current settings is easy, and I've already done it. However, to code the update side, requires a decision on suitable

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Stefan Matheis (steffkes) (JIRA)
for having a look into this! bq. Thoughts? Yes, just a simple one -- GET for requesting Data and POST for changing them, please :) bq. The biggest question is whether to allow multiple settings to be changed in one request. The current LogLevelSelection servlet allows you to change them all in one

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Upayavira (JIRA)
in its handlers as far as I can see, so either would work. If by POST you mean that you would post some XML or JSON to it, and it would use that, that could be done (don't know how hard it is to accept JSON, but could look into it). Upayavira LogLevelSelection Servlet outputs plain HTML

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Stefan Matheis (steffkes) (JIRA)
enough : LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459 Project: Solr Issue Type: Wish Components: web gui

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Upayavira (JIRA)
logging.category.org.apache.solr.update.UpdateHandler=FINEST Either would be acceptable. LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Ryan McKinley (JIRA)
)? LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459 Project: Solr Issue Type: Wish Components: web gui Reporter: Stefan

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Upayavira (JIRA)
allow Stefan more flexibility in building a UI on top of it. (in fact, I have both coded, now looking at test cases). At present, this is intentionally a rewrite of the LogLevelSelection servlet, which only works with JDK logging. I'm just plagiarising the logging code from there. If we want

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Ryan McKinley (JIRA)
is just to keep it in mind. Sometimes its easier to think about the abstraction earlier, but we can obviously tackle that in a follow on issue. LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Stefan Matheis (steffkes) (JIRA)
[category.org.apache.solr.update.UpdateHandler]=FINEST{code} There it's possible to setup an initial Hashmap and just put all the Loggers into it. Or is that really difficult to handle on the Server-Side? LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Ryan McKinley (JIRA)
to iterate though all the parameters and checking if they are relevant. LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459 Project: Solr

[jira] [Commented] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Upayavira (JIRA)
that it is an 'action'. Stefan - I'm trying to make a decent public API that is consistent with the rest of Solr. Sorry if that makes it harder for you!! LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https

[jira] [Updated] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-06-01 Thread Upayavira (JIRA)
Here's a first pass at the handler. I'm sure the output format is wrong, but the (limited) tests pass (it changes a value, then puts it back). I've included an XML and a JSON sample output. Is this more or less what we're after? LogLevelSelection Servlet outputs plain HTML

LogLevelSelection servlet

2011-05-30 Thread Upayavira
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

[jira] [Updated] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-04-08 Thread Stefan Matheis (steffkes) (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan Matheis (steffkes) updated SOLR-2459: Description: The current available Output of the LogLevelSelection Servlet

[jira] [Created] (SOLR-2459) LogLevelSelection Servlet outputs plain HTML

2011-04-06 Thread Stefan Matheis (steffkes) (JIRA)
LogLevelSelection Servlet outputs plain HTML Key: SOLR-2459 URL: https://issues.apache.org/jira/browse/SOLR-2459 Project: Solr Issue Type: Wish Components: web gui Reporter