Details
Description
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