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

Alan Foster commented on KARAF-2300:
------------------------------------

Hi Claus,

I was just checking out the source code to see if this would require much work 
to do;

I noticed that there's support for supplying ALL as an argument

{code}
karaf@root> log:set DEBUG org.apache.camel
karaf@root> log:get ALL
ROOT: INFO
org.apache.camel: DEBUG
{code}

Does that offer the functionality you were after?
                
> 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

Reply via email to