You can configure log files by editing the file, install_path\CA\productname\conf\caaipconf.cfg. The properties that are related to logging are:
<property name="CONFIG_KEY_TRACE_LEVEL">
<!--Valid values: trace,debug,information,notice,warning,error,critical,fatal--> <value>information</value> <displayName>Trace level</displayName></property>
Note: Setting the overall logging level to debug or trace can noticeably slow down the product.
<property name="CONFIG_KEY_TRACE_FILENAME">
<value>./Rainier.log</value> <displayName>Trace filename path</displayName> </property>
<property name="CONFIG_KEY_TRACE_INCLUDES">
<displayName>Force trace on for these IDs. Zero or more regex expressions separated by semi-colons.</displayName> <!-- E.g. AOM-001;CTL-.* --> <value/> </property>
<property name="CONFIG_KEY_TRACE_EXCLUDES">
<displayName>Force trace off for these IDs. Zero or more regex expressions separated by semi-colons.</displayName> <value/> </property>
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |