Entering content frame

 Changing the Trace Setting 

You can use the IRTRACE tool to change the current trace setting.

·         Activating/deactivating/switching the trace for a specified process:
irtrace -p <process_id> -t <trace_setting>

·         Activating or deactivating the trace for all application programs on the local server that have been translated by the precompiler.
irtrace -p all -t <trace_setting>

This table shows the possible values for <trace_setting>:

<long>

Activates logging with option TRACE LONG

<short>

Activates logging with option TRACE SHORT

<off>

Deactivates trace

See also: Trace Options.

 

Leaving content frame