-
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
[JENKINS-39604] ResourceBundleUtil#getBundle() should not report missing resources on the WARNING level
Description |
Original:
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 fines level |
New:
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 |
Assignee | New: Oleg Nenashev [ oleg_nenashev ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Remote Link | New: This issue links to "Jenkins # 2627 (Web Link)" [ 15034 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Link |
New:
This issue blocks |
Labels | New: 2.19.4-fixed |
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.