[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 commit traceoptions] hierarchy level:

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

Table 13 describes the meaning of the commit script tracing flags.

Table 13: Commit Script Tracing Flags  
Flag
Description
Default Setting

all

Trace all operations.

Off

events

Trace important events.

On

input

Trace commit script input data.

Off

offline

Generate data for offline development.

Off

output

Trace commit script output data.

Off

rpc

Trace commit script RPCs.

Off

xslt

Trace the Extensible Stylesheet Language Transformations (XSLT) library.

Off



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