[jboss-jira] [JBoss JIRA] (AS7-2413) logger => use-parent-handlers is always true in the management model
James Perkins (Updated) (JIRA)
jira-events at lists.jboss.org
Wed Nov 9 18:52:46 EST 2011
[ https://issues.jboss.org/browse/AS7-2413?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
James Perkins updated AS7-2413:
-------------------------------
Fix Version/s: 7.1.0.CR1
> logger => use-parent-handlers is always true in the management model
> --------------------------------------------------------------------
>
> Key: AS7-2413
> URL: https://issues.jboss.org/browse/AS7-2413
> Project: Application Server 7
> Issue Type: Bug
> Components: Logging
> Affects Versions: 7.1.0.Alpha1
> Reporter: Stan Silvert
> Assignee: James Perkins
> Fix For: 7.1.0.CR1
>
>
> Hi James,
> Put this in your standalone.xml:
> {code}
> <logger category="jacorb" use-parent-handlers="false"/>
> {code}
> You will get this in CLI:
> {code}
> [standalone at localhost:9999 logger=jacorb] /subsystem=logging/logger=jacorb/:read-resource
> {
> "outcome" => "success",
> "result" => {
> "category" => "jacorb",
> "handlers" => undefined,
> "level" => "INFO",
> "use-parent-handlers" => true
> }
> }
> {code}
> Also, do you know why use-parent-handlers is listed as a read-only field?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list