CA Client Automation - All supported versions.
CA Client Automation logs are located in the following directory:
"%sdroot%\..\logs"
This typically translates to a folder like the following but can be elsewhere if a custom install was done:
"C:\Program Files (x86)\CA\DSM\logs"
Software Delivery specific logs have names that begin with the string "TRC_USD_xxxx.log
To set diagnostic tracing when about to reproduce an SD issue, you can run a command like the following on the agent, SS and/or Domain Manager involved with the process:
cftrace -c set -l detail -f USD -s 30000 -ln 4
NOTE: -l and -ln are the lower case versions of -L and -LN (it can be difficult to tell if not already familiar with the command)
When done testing and have collected your diagnostic logs, you can run the following command to return tracing levels back to default levels:
cftrace -c set -l error -s 2000 -ln 2