Note
For V4.x, the corresponding logic has changed and the feature is no longer used. This parameter is removed starting with V4.2.0.
Description
system_trace_level specifies the log level of the trace log.
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;
