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

Fabian Lange commented on KARAF-3912:
-------------------------------------

Thanks for the quick reaction and this useful addition

> 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é
>             Fix For: 4.0.1
>
>
> 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