Details
-
Improvement
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
-
Orion
-
Orion.Cycle7.Sprint
-
Undetermined
Description
A suggestion from a client to improve error logging in the PluginFactory.
The message
message += String.format("\nFailed to instantiate plugin class '%s' for wicket id '%s' in plugin '%s' (%s)",
only gets logged when there is no wicketid.
Suggestion is to add the line "log.error(message);" to improve the logging.
if (wicketId != null) { ** errorConfig.put(ErrorPlugin.ERROR_MESSAGE, message); ** log.error(message); } else { log.error(message); }
Attachments
Issue Links
- relates to
-
CMS-15880 Console crashing from bitIndex Error
- Open