Debug logging can be helpful for getting detailed information when troubleshooting any issue. However, since debug logging generates a large amount of logging, it is not enabled by default.
To enable debug logging for the Platform Admin tool, we need to change the logging configuration in the PlatformAdminApplication.yml
file, located at <PlatformAdmin Home>/conf/PlatformAdminApplication.yml.
Make the following changes in the Platform Admin application file:
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: DEBUG