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

Jean-Baptiste Onofré commented on KARAF-2300:
---------------------------------------------

Added log:list alias and update documentation on karaf-2.x: 
http://svn.apache.org/viewvc?view=revision&revision=1523453
                
> 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
>            Assignee: Jean-Baptiste Onofré
>            Priority: Minor
>             Fix For: 2.3.3, 2.4.0, 3.0.0
>
>
> 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

Reply via email to