You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2013/05/04 09:40:16 UTC

[jira] [Created] (KARAF-2300) log command to list all the logging levels currently been set

Claus Ibsen created KARAF-2300:
----------------------------------

             Summary: log command to list all the logging levels currently been set
                 Key: KARAF-2300
                 URL: https://issues.apache.org/jira/browse/KARAF-2300
             Project: Karaf
          Issue Type: New Feature
          Components: karaf-core
    Affects Versions: 2.3.1
            Reporter: Claus Ibsen
            Priority: Minor


You can use log:set to set a logging level for a logger name.

eg
{code}
log:set DEBUG org.apache.camel
{code}

But you cannot see what has been configured, eg
log:get

Will only show for the root logger, which typically is INFO.

What we need is
{code}
log:list
{code}
To show all the custom logging levels been set.
Something alike:
{code}
log:list
Level            Name
INFO             ROOT
DEBUG            org.apache.camel
{code}

Also the MBean for the log should expose a JMX operation to get this data.
org.apache.karaf.management.mbeans.log.internal.LogMBeanImpl



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