You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Markus Rathgeb (JIRA)" <ji...@apache.org> on 2017/04/12 07:50:41 UTC

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

     [ https://issues.apache.org/jira/browse/KARAF-5091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Markus Rathgeb updated KARAF-5091:
----------------------------------
    Description: 
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}

  was:
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}


> 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
>
> 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)