-
Bug
-
Resolution: Fixed
-
Major
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
- blocks
-
JENKINS-35845 Internationalisation for Blue Ocean and JDL
-
- Closed
-
- links to
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.