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
/usr/local/horizon/conf/directory. -
Update the log level in the
cfg-log4j.properties,hc-log4j.properties, andsaas-log4j.propertiesfiles, which are the most commonly-usedlog4jfiles for the service.-
Edit the file.
-
In the lines that have the log level set to
INFO, replaceINFOwithDEBUG.For example, change:
rootLogger.level=INFOto:
rootLogger.level=DEBUG -
Save the file.
A restart of the service or system is not required.
-
Related information
Was this page helpful?