Jean-Baptiste Onofré created KARAF-2595:
-------------------------------------------
Summary: log:get ALL doesn't work as expected
Key: KARAF-2595
URL: https://issues.apache.org/jira/browse/KARAF-2595
Project: Karaf
Issue Type: Bug
Components: karaf-shell
Affects Versions: 3.0.0
Reporter: Jean-Baptiste Onofré
Assignee: Jean-Baptiste Onofré
Fix For: 3.0.0
With Karaf 2.x, when creating a logger in etc/org.ops4j.pax.logging.cfg, the
log:get ALL command shows the list of loggers with the level:
karaf@root> log:get ALL
ROOT: INFO
org.apache.sshd.server.channel.ChannelSession: INFO
The same thing with Karaf 3.x only display the root logger and not the other
logger:
karaf@root()> log:get ALL
INFO
It should display all logger, and at least display:
karaf@root()> log:get ALL
ROOT: INFO
--
This message was sent by Atlassian JIRA
(v6.1#6144)