Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-18701

winstone don't use (1:9) range for loglevels for JENKINS_DEBUG_LEVEL

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • core

      http://github.com/jenkinsci/winstone/commit/26c7de06a9be7eea8d2c959f0366b2d287d99388 changed logging framework to use java.util.logger, then level switched from (1:9) range to (Integer.MIN_VALUE:MAX_VALUE).

      setting JENKINS_DEBUG_LEVEL to 5 in jenkins sysconif, expecting INFO, result in FINEST logging.

      actual impact on jenkins probably was hidden by JENKINS-16952.

          [JENKINS-18701] winstone don't use (1:9) range for loglevels for JENKINS_DEBUG_LEVEL

          Nicolas De Loof added a comment - see https://github.com/jenkinsci/winstone/pull/10

          Jesse Glick added a comment -

          Requesting backport to LTS since these messages tend to fill the log file with junk and flush out genuine errors, making support much harder.

          Jesse Glick added a comment - Requesting backport to LTS since these messages tend to fill the log file with junk and flush out genuine errors, making support much harder.

          Code changed in jenkins
          User: Nicolas De Loof
          Path:
          src/java/winstone/tools/WinstoneControl.java
          http://jenkins-ci.org/commit/winstone/b3ebfeb7b3d6db95f90f8ae2374dc065f8f65db4
          Log:
          [FIXED JENKINS-18701] map legacy log levels (1:9) to java.util.logging.Level

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Nicolas De Loof Path: src/java/winstone/tools/WinstoneControl.java http://jenkins-ci.org/commit/winstone/b3ebfeb7b3d6db95f90f8ae2374dc065f8f65db4 Log: [FIXED JENKINS-18701] map legacy log levels (1:9) to java.util.logging.Level

          Code changed in jenkins
          User: Kohsuke Kawaguchi
          Path:
          src/java/winstone/tools/WinstoneControl.java
          http://jenkins-ci.org/commit/winstone/6bbe9e1ad1e1273af9d4cbd1d66ce449b952e177
          Log:
          Merge pull request #10 from ndeloof/master

          [FIXED JENKINS-18701] map legacy log levels (1:9) to java.util.logging.Level

          Compare: https://github.com/jenkinsci/winstone/compare/38a84316b449...6bbe9e1ad1e1

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Kohsuke Kawaguchi Path: src/java/winstone/tools/WinstoneControl.java http://jenkins-ci.org/commit/winstone/6bbe9e1ad1e1273af9d4cbd1d66ce449b952e177 Log: Merge pull request #10 from ndeloof/master [FIXED JENKINS-18701] map legacy log levels (1:9) to java.util.logging.Level Compare: https://github.com/jenkinsci/winstone/compare/38a84316b449...6bbe9e1ad1e1

          Code changed in jenkins
          User: Jesse Glick
          Path:
          changelog.html
          http://jenkins-ci.org/commit/jenkins/f611e2566ec9512661168270c16d0b474c088c1d
          Log:
          JENKINS-18701 Noting.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Jesse Glick Path: changelog.html http://jenkins-ci.org/commit/jenkins/f611e2566ec9512661168270c16d0b474c088c1d Log: JENKINS-18701 Noting.

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2723
          JENKINS-18701 Noting. (Revision f611e2566ec9512661168270c16d0b474c088c1d)

          Result = UNSTABLE
          Jesse Glick : f611e2566ec9512661168270c16d0b474c088c1d
          Files :

          • changelog.html

          dogfood added a comment - Integrated in jenkins_main_trunk #2723 JENKINS-18701 Noting. (Revision f611e2566ec9512661168270c16d0b474c088c1d) Result = UNSTABLE Jesse Glick : f611e2566ec9512661168270c16d0b474c088c1d Files : changelog.html

            Unassigned Unassigned
            ndeloof Nicolas De Loof
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: