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

ResourceBundleUtil#getBundle() should not report missing resources on the WARNING level

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

      Follow-up to the discussion in https://github.com/jenkinsci/jenkins/pull/2586/ .
      If we fail to load a localization resource from a plugin, Jenkins prints a log entry on the WARNING level. It causes log pollution since such resource misses are the correct behavior.

      I propose to use the finest level

          [JENKINS-39604] ResourceBundleUtil#getBundle() should not report missing resources on the WARNING level

          Code changed in jenkins
          User: Oleg Nenashev
          Path:
          core/src/main/java/jenkins/util/ResourceBundleUtil.java
          http://jenkins-ci.org/commit/jenkins/500cefddbca6135cbeab922b9998070f2db5daa5
          Log:
          [FIXED JENKINS-39604] - ResourceBundleUtil#getBundle() should report resource misses on the low level

          I propose the FINER level.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oleg Nenashev Path: core/src/main/java/jenkins/util/ResourceBundleUtil.java http://jenkins-ci.org/commit/jenkins/500cefddbca6135cbeab922b9998070f2db5daa5 Log: [FIXED JENKINS-39604] - ResourceBundleUtil#getBundle() should report resource misses on the low level I propose the FINER level.

          Code changed in jenkins
          User: Daniel Beck
          Path:
          core/src/main/java/jenkins/util/ResourceBundleUtil.java
          http://jenkins-ci.org/commit/jenkins/72ee9e072d10364eeffb4687ba58b929d955df9e
          Log:
          Merge pull request #2627 from oleg-nenashev/bug/JENKINS-39604

          [FIXED JENKINS-39604] - ResourceBundleUtil#getBundle() should report misses on the low level

          Compare: https://github.com/jenkinsci/jenkins/compare/457bf2b6e7b7...72ee9e072d10

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Daniel Beck Path: core/src/main/java/jenkins/util/ResourceBundleUtil.java http://jenkins-ci.org/commit/jenkins/72ee9e072d10364eeffb4687ba58b929d955df9e Log: Merge pull request #2627 from oleg-nenashev/bug/ JENKINS-39604 [FIXED JENKINS-39604] - ResourceBundleUtil#getBundle() should report misses on the low level Compare: https://github.com/jenkinsci/jenkins/compare/457bf2b6e7b7...72ee9e072d10

            oleg_nenashev Oleg Nenashev
            oleg_nenashev Oleg Nenashev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: