[jboss-jira] [JBoss JIRA] (AS7-2213) Provide an operation to retrieve the last 10 errors from the log
James Perkins (JIRA)
jira-events at lists.jboss.org
Wed Nov 14 15:01:22 EST 2012
[ https://issues.jboss.org/browse/AS7-2213?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734333#comment-12734333 ]
James Perkins commented on AS7-2213:
------------------------------------
One additional thought is we could return a list of complex DMR objects that represent a {{LogRecord}}. That would give the relevant information to the client then the client would be responsible for the output format.
Just to show an example of the operation I was thinking of:
{code}
/subsystem=logging:read-log-messages
{code}
We could add parameters to narrow it down, but we'd still be limited to the number of messages in the queue. The same operation could be placed somewhere more globally that would access the PC and HC queue for domain mode.
> Provide an operation to retrieve the last 10 errors from the log
> ----------------------------------------------------------------
>
> Key: AS7-2213
> URL: https://issues.jboss.org/browse/AS7-2213
> Project: Application Server 7
> Issue Type: Feature Request
> Components: Domain Management, Logging
> Reporter: Heiko Braun
> Assignee: James Perkins
> Fix For: 7.2.0.Alpha1
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list