Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
PUP 4.10.8
-
None
-
None
-
-
Platform Core
-
1
-
Platform Core KANBAN
-
Needs Assessment
-
Bug Fix
-
With this change, the puppetserver log will no longer be filled with warnings that i18n failed to initialize. The warning will be issued only once.
-
Manual
Description
Currently in Puppet >4.10.5, if the gettext-setup gem cannot be found we will issue a warning for every single module that is loaded, each time that module is loaded. This causes a huge amount of log spam in environments that load a lot of modules, all with nearly the same message:
2017-09-26 00:05:19,103 WARN [qtp1394837016-64] [puppetserver] Puppet GettextSetup is not available, skipping GettextSetup initialization for <module_name>.
We should only issue this warning once.