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)

Reply via email to