Control Compliance Suite (CCS)
Need to troubleshoot issues on data collections, evaluations, or other DPS or CCS Manager jobs, and you need to be able to turn on verbose logging.
CCS Manager 12.5.x
To enable verbose logging on the CCS Manager:
Under the "Logging" section find the value:
<add key="Log.Severity" value="Warning" />
and change it to
<add key="Log.Severity" value="Verbose" />
<add key="Log.Severity" value="Warning" />
and change it to
<add key="Log.Severity" value="Verbose" />
5. Duplicate the issue you are troubleshooting, and when that completes zip up the entire %Programdata%\symantec.csm\logs\ccsmanager folder and attach it to the case for analysis.
6. Restore the backups (or set the logging back to "Warning") in the 'Blade.WorkerProccess.exe.Config' and 'Symantec.CSM.DPS.exe.config' you modified above to turn off verbose logging on the CCS manager.
NOTE for enabling verbose logging for CCS Report/Evaluation issues: For troubleshooting issues and enabling verbose logging for CCS Reports events (such as Report generation and evaluation problems, etc) make a backup and then modify the same values above within the 'Blade.Worker.Process.x64.exe.Config' file (the CCS Report and Evaluation processes in CCS are 64 bit).
Refer to the following article for enabling special UNIX command logging: How can you generate the commands being executed on the target UNIX machine, once a Ad-Hoc Query or CCS Job is implemented?