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:17 UTC

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

    [ https://issues.apache.org/jira/browse/KARAF-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13649034#comment-13649034 ] 

Claus Ibsen commented on KARAF-2300:
------------------------------------

If you remember the logger name, you can type
{code}
log:get org.apache.camel
{code}

But what is needed is that list command to set which has been explicit set.

There is also log:clear to clear all the entires. 
                
> 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