[
https://issues.apache.org/jira/browse/SOLR-3367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13397038#comment-13397038
]
Ryan McKinley commented on SOLR-3367:
-------------------------------------
the issue is that some exceptions take the output of 'cause' exceptions and put
it in the message body
{code}
throw new RuntimeException( "error "+cause );
{code}
vs
{code}
throw new RuntimeException( "error message", cause );
{code}
The UI should look OK regardless of how people create the error message, but
yes keeping the cause as a trace element is much nicer. This is just an easy
way to make a very long message string.
> Show Logging Events in Admin UI
> -------------------------------
>
> Key: SOLR-3367
> URL: https://issues.apache.org/jira/browse/SOLR-3367
> Project: Solr
> Issue Type: New Feature
> Components: web gui
> Reporter: Ryan McKinley
> Assignee: Stefan Matheis (steffkes)
> Fix For: 4.0
>
> Attachments: SOLR-3367.patch, SOLR-3367.patch, SOLR-3367.patch,
> SOLR-3367.patch, SOLR-3367.png
>
>
> We can show logging events in the Admin UI.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]