Differences

This shows you the differences between two versions of the page.

Link to this comparison view

chapi_-_logchapi_startup_option [2019/01/30 09:22]
chapi_-_logchapi_startup_option [2019/01/30 09:22] (current)
Line 1: Line 1:
 +======  ======
 +
 +
 +
 +CHAPI performs all of its logging in the CHAPI_Logging database, however at times you may need to log the actual events as they are passed back and forth between the SSLIP and CHAPI. You can enable this additional level of logging by utilizing the startup option LogCHAPI.
 +
 +
 +
 +===== Steps =====
 +  - Open the Control_Options.txt file and place the following command in the text file on an empty line.
 +    * If a Control_Options.txt file does not exist, please create a blank text document with notepad.
 +  - Insert this line enable logging:
 +  * <code>
 +LogCHAPI=1
 +</code>
 +  * To disable CHAPI delete the line or change the value from LogCHAPI=1 to LogCHAPI=0.
 +
 +
 +
 +===== Source =====
 +
 +
 +
 +Contributor: Brandon R, Cyrious.
 +
 +
 +
 +Date: 7/5/2013
 +
 +
 +
 +Version: Control 5.1+
 +
 +
 +