Note
For V4.x, the corresponding feature is no longer available. This parameter is removed starting with V4.2.0.
Description
system_trace_level specifies the log level of the trace log.
Privilege requirements
Query the parameter
The
systenant and all user tenants can query this parameter by using theSHOW PARAMETERSstatement or theGV$OB_PARAMETERSview.Modify the parameter
Only the
systenant can modify this parameter. User tenants cannot modify this parameter.
Attributes
| Attribute | Description |
|---|---|
| Type | Int |
| Default value | 1 |
| Value range |
|
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No. The setting takes effect immediately. |
Examples
Set the log level of the trace log to Debug.
obclient> ALTER SYSTEM SET system_trace_level=2;