Description
You can use log:set to set a logging level for a logger name.
eg
log:set DEBUG org.apache.camel
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
log:list
To show all the custom logging levels been set.
Something alike:
log:list Level Name INFO ROOT DEBUG org.apache.camel
Also the MBean for the log should expose a JMX operation to get this data.
org.apache.karaf.management.mbeans.log.internal.LogMBeanImpl