Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-3912

Make default client log level configurable

    Details

    • Type: Improvement
    • Status: Resolved
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: None
    • Fix Version/s: 3.0.5, 4.0.1
    • Component/s: None
    • Labels:
      None

      Description

      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

        Attachments

          Activity

            People

            • Assignee:
              jbonofre Jean-Baptiste Onofré
              Reporter:
              fabianlange Fabian Lange
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: