You can set the log level to DEBUG to log additional information that can help debug problems.
Procedure
- Log in to the machine.
- Change to the path to the conf directory.
For Linux, go to
/usr/local/horizon/conf/.
For Windows, go to
\usr\local\horizon\conf\.
- Update the log level in the cfg-log4j.properties, hc-log4j.properties, and saas-log4j.properties files, which are the most commonly-used log4j files for the service.
- Edit the file.
- In the lines that have the log level set to INFO, replace INFO with DEBUG.
For example, change:
rootLogger.level=INFO
to:
rootLogger.level=DEBUG
- Save the file.
A restart of the service or system is not required.