[ https://issues.apache.org/jira/browse/SOLR-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13042185#comment-13042185
]
Ryan McKinley commented on SOLR-2459:
-------------------------------------
what about somethign like:
{code}
/admin/logging?set=category.org.apache.solr.core.JmxMonitoredMap:INFO
{code}
and setting multiple items with:
{code}
/admin/logging?set=category.org.apache.solr.core.JmxMonitoredMap:INFO&set=category.org.apache.solr.update.UpdateHandler:FINEST
{code}
This could work better on the server side then having 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
> Issue Type: Wish
> Components: web gui
> Reporter: Stefan Matheis (steffkes)
> Priority: Trivial
>
> The current available Output of the LogLevelSelection Servlet is plain HTML, which made
it unpossible, to integrate the Logging-Information in the new Admin-UI. Format-Agnostic Output
(like every [?] other Servlet offers) would be really nice!
> Just as an Idea for a future structure, the new admin-ui is [actually based on that json-structure|https://github.com/steffkes/solr-admin/blob/master/logging.json]
:)
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org
|