Previous Topic: Log Files

Next Topic: Command Line Utilities


Log File Settings

You can configure log files by editing the configuration file. Use the caaipcfgclient command to set the following properties that are related to logging:

CONFIG_KEY_TRACE_LEVEL

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.

CONFIG_KEY_TRACE_FILENAME

Defines the trace file name and path.

Example: caaipcfgclient -setproperty -productAIP -useruser1 -passwordpass -namevalue CONFIG_KEY_TRACE_FILENAME:./Rainier.log

CONFIG_KEY_TRACE_INCLUDES

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-.*

CONFIG_KEY_TRACE_EXCLUDES

Disables force trace for these IDs. Zero or more regular expressions separated by semicolons.