[Contents] [Prev] [Next] [Index] [Report an Error]


Configuring the Trace Operations

By default, only important events are logged. You can configure the trace operations to be logged by including the following statements at the [edit system scripts op traceoptions] hierarchy level:

[edit system scripts op traceoptions]
flag {
    all;
    events;
    input;
    offline;
    output;
    rpc;
    xslt;
}

Table 16 describes the meaning of the op script tracing flags.

Table 16: Op Script Tracing Flags  
Flag
Description
Default Setting

all

Trace all operations.

Off

events

Trace important events.

On

input

Trace op script input data.

Off

offline

Generate data for offline development.

Off

output

Trace op script output data.

Off

rpc

Trace op script RPCs.

Off

xslt

Trace the Extensible Stylesheet Language Transformations (XSLT) library.

Off




[Contents] [Prev] [Next] [Index] [Report an Error]