You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2013/11/30 07:16:35 UTC

[jira] [Created] (KARAF-2595) log:get ALL doesn't work as expected

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)