How do I run CAM in debug mode?
Client Automation - All Versions
Set CAM Tracing
camconfig trace=+all-timer
camconfig tr_log_files=32
camconfig tr_log_size=4096
Alternately, you can set configure the CAM tracing manually as below:
Note: CAM is configured to auto-start and if the service is set to auto, it will automatically restart.
Reset CAM Tracing
To disable CAM tracing run the commands:
camconfig trace=none
camconfig tr_log_files=8
camconfig tr_log_size=1024
OR modify cam.cfg as below:
*CONFIG
trace=none
tr_log_files=8
tr_log_size=1024