[jboss-jira] [JBoss JIRA] Commented: (AS7-1350) Add management operations to assign/unassign handlers from loggers and async handlers.
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Jul 27 17:41:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1350?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617151#comment-12617151 ]
David Lloyd commented on AS7-1350:
----------------------------------
Some more feedback:
* The operation should be the same "add-handler"/"remove-handler" whether the target is a logger, the root logger, or a handler.
* We should be able to use address to differentiate between the target types; each logger and handler should be its own resource, and the root logger should also be its own resource, if they aren't already.
Having six operations for this seems non-optimal.
> Add management operations to assign/unassign handlers from loggers and async handlers.
> --------------------------------------------------------------------------------------
>
> Key: AS7-1350
> URL: https://issues.jboss.org/browse/AS7-1350
> Project: Application Server 7
> Issue Type: Feature Request
> Affects Versions: 7.0.0.Final
> Reporter: Stan Silvert
> Assignee: Stan Silvert
> Fix For: 7.1.0.Alpha1
>
>
> Proposed new management operations:
> For Async Handler:
> assign-subhandler
> unassign-subhandler
> For Root Logger:
> root-logger-assign-handler
> root-logger-unassign-handler
> For other Loggers:
> assign-handler
> unassign-handler
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list