You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/08/09 10:03:45 UTC

[jira] [Work started] (KARAF-3912) Make default client log level configurable

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

Work on KARAF-3912 started by Jean-Baptiste Onofré.
---------------------------------------------------
> Make default client log level configurable
> ------------------------------------------
>
>                 Key: KARAF-3912
>                 URL: https://issues.apache.org/jira/browse/KARAF-3912
>             Project: Karaf
>          Issue Type: Improvement
>            Reporter: Fabian Lange
>            Assignee: Jean-Baptiste Onofré
>
> I would like to change the default log level of the bin/client shell.
> I checked the Client Config and it is hardcoded to SimpleLogger.WARN
> Could you please make it configurable via org.apache.karaf.shell.cfg ?
> The patch is trivial:
> {{{
>         level = Integer.parseInt(shellCfg.getProperty("logLevel", "1"));
> }}}
> Thanks



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)