Use these settings to view or modify your trace settings.
When the ras_trace_defaultTracingLevel property is set to 1, exceptions are written to the trace log, as well as to the ERROR log.
These settings reserve 512KB of storage for the trace buffers, which is the minimum amount of storage that can be used, and reduces memory requirements.
If you are tracing to SYSPRINT with the ras_trace_defaultTracingLevel property set to 3, you might experience an almost 100% throughput degradation. If you are tracing to CTRACE, however, you might only experience a 15% degradation in throughput.
com.ibm.ejs.*=all=disable com.ibm.ws390.orb.*=all=disableEnsure that both lines are set to disable, or delete the two lines. If the ras_trace_outputLocation property is set, you might be tracing and not know it.
Value | Description |
---|---|
0 | No tracing |
1 | Exception tracing |
2 | Basic and exception tracing |
3 | Detailed tracing, including basic and exception tracing |
Default: 1
ras_trace_defaultTracingLevel=2
Subcomponents, specified by numbers, receive basic and exception traces. If IBM® Support directs you to specify more than one subcomponent, use parentheses and separate the numbers with commas. IBM Support provides the subcomponent numbers and their meanings.
Other parts of the product receive tracing as specified on the ras_trace_defaultTracingLevel variable.
Default: (no default value)
ras_trace_basic=3
Subcomponents, specified by numbers, receive detailed traces. If IBM Support directs you to specify more than one subcomponent, use parentheses and separate the numbers with commas. IBM Support provides the subcomponent numbers and their meanings.
Other parts of the product receive tracing as specified on the ras_trace_defaultTracingLevel variable.
Default: (no default value)
ras_trace_detail=3
ras_trace_detail=(3,4)
Trace points are specified by 8-digit, hexadecimal numbers. If IBM Support directs you to specify more than one trace point, use parentheses and separate the numbers with commas. You also can specify a property name by enclosing the name in single quotes. The value of the is handled as if you had specified that value on the ras_trace_specific property.
Default: (no default value)
ras_trace_specific=03004020
ras_trace_specific=(03004020,04005010)
ras_trace_specific='xyz'[where xyz is an environment variable name]
ras_trace_specific=('xyz','abc',03004021)[where xyz and abc are environment variable names]
Trace points are specified by 8-digit, hexadecimal numbers. If IBM Support directs you to specify more than one trace point, use parentheses and separate the numbers with commas. You also can specify a property name by enclosing the name in single quotes. The value of the property is handled as if you had specified that value on the ras_trace_exclude_specific property.
Default: (no default value)
ras_trace_exclude_specific=03004020
ras_trace_exclude_specific=(03004020,04005010)
ras_trace_exclude_specific='xyz'where xyz is a property name]
ras_trace_exclude_specific=('xyz','abc',03004021)where xyz and abc are property names