You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2016/12/06 08:05:58 UTC

[jira] [Created] (KARAF-4879) The log:get command should display all loggers by default

Guillaume Nodet created KARAF-4879:
--------------------------------------

             Summary: The log:get command should display all loggers by default
                 Key: KARAF-4879
                 URL: https://issues.apache.org/jira/browse/KARAF-4879
             Project: Karaf
          Issue Type: Improvement
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet


A more intuitive way would be the following:
{code}
karaf@root()> log:get
Logger                              │ Level
────────────────────────────────────┼──────
ROOT                                │ TRACE
org.apache.aries.spifly             │ WARN
org.apache.karaf.jaas.modules.audit │ INFO
org.apache.karaf.shell              │ OFF
karaf@root()> log:get org.apache.karaf.shell
OFF
karaf@root()>
{code}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)