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 GitHub Bot (JIRA)" <ji...@apache.org> on 2017/07/06 17:08:00 UTC

[jira] [Commented] (KARAF-5099) log:list returns null

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

ASF GitHub Bot commented on KARAF-5099:
---------------------------------------

GitHub user vrlgohel opened a pull request:

    https://github.com/apache/karaf/pull/328

    [KARAF-5099] set the log:list description and display Log levels like log:get

    Checking this doc,  https://karaf.apache.org/manual/latest/ it says, 
    
    > log:list displays all loggers and level (alias to log:get ALL command)
    
    log:list always seems to display 'null'. As the command is an Alias of log:get, there is some confusion on what is displays or how users are going to use this. Hence, there needs to be a separate description present on this command to properly guide users on what it does, and leave the log:get as it is.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vrlgohel/karaf master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/karaf/pull/328.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #328
    
----
commit a49817e6b2c459ffb5cad6f0f8a7b6e9eb75d5d6
Author: None <vr...@gmail.com>
Date:   2017-07-06T16:49:05Z

    set the log:list description and display Log levels like log:get

----


> log:list returns null
> ---------------------
>
>                 Key: KARAF-5099
>                 URL: https://issues.apache.org/jira/browse/KARAF-5099
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 4.1.1
>            Reporter: Tadayoshi Sato
>
> {{log:list}} returns always {{null}}:
> {code}
> karaf@root()> log:list
> null
> {code}
> It doesn't change even though I set some custom log settings like {{log:set DEBUG com.example.app}}.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)