api-manager
api-manager copied to clipboard
Issues with enabling JSP Logs in APIM 4.2.0
Description
Enabling additional debug logs for org.apache.jsp component is not working in the APIM 4.2.0 version.
Steps to Reproduce
- Openup the '<APIM_HOME>/repository/conf/log4j2.properties' file.
- Add the below lines just after the 'loggers' section.
logger.publisher_log.name=org.apache.jsp
logger.publisher_log.level=DEBUG
- Append the newly added logger name(publisher_log) to the 'loggers' configuration which is a comma-separated list of all active loggers.
loggers = publisher_log, AUDIT_LOG, reporter, .....
- Save the changes.
Affected Component
APIM
Version
4.2.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
APIM-4.2.0