The common application framework (CAF) services log their activities into log files. The degree of detail depends on the trace level, which can be customized. The log files support you in analyzing problems.
The trace level is set to ERROR by default. If you need to get more trace information you may want to set the trace level, for example, for software delivery functionality or Data Transport Service to DETAIL by running the cftrace command as follows:
cftrace -c set -f USD -l DETAIL -s 30000
or
cftrace -c set -f DTS -l DETAIL -s 30000
The -s option sets the log file size to 30,000 KByte size. The default size is 2,000 KByte, which might be too small for the DETAIL trace level. (The trace file will be overwritten, when the size limit and the number of configured trace files is reached.)
Note: For the list of trace settings run the cftrace command as follows:
cftrace list
On Windows, the log files for all CAF services are located at install_dir\logs (Default: c:\Program Files\CA\DSM\logs).
Log files created during installation of CA ITCM are located under your user temp folder. Usually, the environment variable %temp% points to this directory.
On Linux, the log files for all CAF services are located at $CA_ITRM_BASEDIR/logs (Default: /opt/CA/DSM/logs).
Log files created during installation of CA ITCM are located under /opt/CA/installer/log.
| Copyright © 2013 CA. All rights reserved. |
|