You can configure log files by editing the configuration file. Use the caaipcfgclient command to set the following properties that are related to logging:
Sets the level of detail to trace. Valid values are: trace, debug, information, notice, warning, error, critical, fatal.
Example: caaipcfgclient -setproperty -productAIP –useruser1 -passwordpass -namevalueCONFIG_KEY_TRACE_LEVEL:information
Note: Setting the overall level to debug or trace can noticeably slow down the product.
Defines the trace file name and path.
Example: caaipcfgclient -setproperty -productAIP -useruser1 -passwordpass -namevalue CONFIG_KEY_TRACE_FILENAME:./Rainier.log
Enables force trace for these IDs. Zero or more regular expressions separated by semicolons.
Example: caaipcfgclient -setproperty -productAIP -useruser1 -passwordpass -namevalueCONFIG_KEY_TRACE_INCLUDES:AOM-001;CTL-.*
Disables force trace for these IDs. Zero or more regular expressions separated by semicolons.
Copyright © 2013 CA. All rights reserved. |
|