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

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

Fabian Lange created KARAF-3912:
-----------------------------------

             Summary: 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


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)