By Clay Li on Friday, 05 April 2019
Category: Tutorial

How to Enable Debug Log in Calem

The steps below can be done from Admin module of the web client. 

Debug log in Calem server helps troubleshooting. For customers with on-site deployment of Calem Enterprise, the debug log can be enabled in the server. The first step is to edit Calem_Home/etc/log4php.properties where Calem_Home is the directory where Calem Enterprise is installed. The default log level is "info".

​Modify Line 12 to "debug" as shown below. Save the change. The log file in Calem_Home/logs/calem.log will be of debug level. Remember to change the log level back to "info" when you are done with generating debug logs.

Additional resources