Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
7.0.X EE, Master
-
7.0.x
-
Committed
-
4
Description
May parts of Liferay have the following code pattern:
try { } catch (Exception e) { _log.error(e); }
While it's helpful that we have a _log.error, in many cases, it'd be much more useful if these log messages could contain the stack trace of the exception that was caught.
This ticket aims to capture many of these and log more useful error messages.
Note: This cannot be QA tested, as these are unexpected errors.
Attachments
Issue Links
- relates
-
LPS-85686 Freemarker layout template that uses processPortlet method on TemplateProcessor prints errors on deployment
- Closed