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

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

    [ https://issues.apache.org/jira/browse/KARAF-4879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15724758#comment-15724758 ] 

ASF subversion and git services commented on KARAF-4879:
--------------------------------------------------------

Commit 1ff5aa1aa008538e0de18328c7e032a2683833ec in karaf's branch refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=1ff5aa1 ]

[KARAF-4879] The log:get command should display all loggers by default
[KARAF-4828] Support OFF log level in log:set console command

> 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
>             Fix For: 4.1.0
>
>
> 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)