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 2017/04/12 08:29:41 UTC

[jira] [Commented] (KARAF-5091) log:get does not show correct level

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

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

Commit 7537f54346443208da14c18e21b680aaf2ac5107 in karaf's branch refs/heads/karaf-4.1.x from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=7537f54 ]

[KARAF-5091] log:get does not show correct level

> log:get does not show correct level
> -----------------------------------
>
>                 Key: KARAF-5091
>                 URL: https://issues.apache.org/jira/browse/KARAF-5091
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-core
>    Affects Versions: 4.1.1
>         Environment: Tested with the standard Karaf 4.1.1 distribution.
>            Reporter: Markus Rathgeb
>            Assignee: Guillaume Nodet
>
> The log:get command shows the "logger" as "Logger" and as "Level".
> The correct "Level" is not shown anymore.
> Unpack the standard Karaf 4.1.1 distribution.
> {noformat}
> karaf@root()> log:get
> Logger                              │ Level
> ────────────────────────────────────┼────────────────────────────────────
> ROOT                                │ INFO
> org.apache.aries.spifly             │ org.apache.aries.spifly
> org.apache.karaf.jaas.modules.audit │ org.apache.karaf.jaas.modules.audit
> {noformat}
> Also an entry added with "log:set" is not shown correctly:
> {noformat}
> karaf@root()> log:set ERROR org.jupnp
> karaf@root()> log:get org.jupnp
> org.jupnp
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)