-
Type:
Improvement
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 5.1 EE SP5 (5.1.8), 5.2 EE SP5 (5.2.9) , 6.0 EE SP1 (6.0.11)
-
Fix Version/s: 5.1 EE SP6 (5.1.9), 5.2 EE SP6 (5.2.10), 6.0 EE SP2 (6.0.12)
-
Component/s: None
-
Labels:None
Currently the logging code look like:
LogFactoryUtil.getLog("portal-web.docroot.html.common.themes.top_head.jsp");
The problem here is that last category is just 'jsp', and in default logging settings only the last category is shown. As a result, all JSP logs will have the same top category.
This update changes the last category so that it also contains the file name. For example:
LogFactoryUtil.getLog("portal-web.docroot.html.common.themes.top_head_jsp");
Now the last category is 'top_head_jsp', which is much more informative.
- is related to
-
LPS-14659 JSP logging is confusing
- Closed