Previous Topic: set time-log-update-threshold Command—Limit the Display of Update Operations in the Time Log

Next Topic: set transparent-routing Command

set trace Command—Define Trace Levels

The set trace command enables or disables tracing.

Trace options in the set trace command are not cumulative and override options set in previous set trace commands.

This command has the following format:

set trace = none | trace-level-list;

Example: Set Multiple Trace Levels

You can set more than one trace level. This means that the trace includes all of the information usually captured by each trace level.

The following command sets the DSA to capture any high-level error messages, plus any violations of time or size limits:

set trace = time, error;

Example: Set Non-Cumulative Tracing Levels

This example shows a set of tracing commands. Because the set trace command is not cumulative, only the last command affects the final tracing level. In the following example, the final trace option is summary:

set trace = time, error;
set trace = summary;

The time and error options are turned off by the second command.


Copyright © 2009 CA. All rights reserved. Email CA about this topic