[jboss-jira] [JBoss JIRA] (AS7-4632) Create ability to turn on logging levels per subsystem

James Perkins (JIRA) jira-events at lists.jboss.org
Wed Apr 25 17:28:17 EDT 2012


     [ https://issues.jboss.org/browse/AS7-4632?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

James Perkins updated AS7-4632:
-------------------------------

    Description: 
Possibly edit the change-level operation to accept a subsystem name, e.g. jpa, and enable the specified level for all the JPA categories.

{code}
/subsystem=logging:change-level(level=TRACE,subsystem=jpa)
{code}

More thought needs to go into this though. If the categories are already defined, changing them could cause confusion.

  was:
Possibly edit the change-level operation to accept a subsystem name, e.g. jpa, and enable the specified level for all the JPA categories.

{code}
/:change-level(level=TRACE,subsystem=jpa)
{code}

Though at a root level, {{change-log-level}} might be more appropriate.


    
> Create ability to turn on logging levels per subsystem
> ------------------------------------------------------
>
>                 Key: AS7-4632
>                 URL: https://issues.jboss.org/browse/AS7-4632
>             Project: Application Server 7
>          Issue Type: Feature Request
>          Components: Logging
>            Reporter: James Perkins
>            Assignee: James Perkins
>
> Possibly edit the change-level operation to accept a subsystem name, e.g. jpa, and enable the specified level for all the JPA categories.
> {code}
> /subsystem=logging:change-level(level=TRACE,subsystem=jpa)
> {code}
> More thought needs to go into this though. If the categories are already defined, changing them could cause confusion.

--
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