Markus Rathgeb created KARAF-5091:
-------------------------------------
Summary: 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)
