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

Make default client log level configurable

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 3.0.5, 4.0.1
    • None
    • 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

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

            Dates

              Created:
              Updated:
              Resolved: