Note
For V3.2.4, this parameter is available starting with V3.2.4.
Description
diag_syslog_per_error_limit specifies the maximum number of DIAG system logs per error code per second. When this limit is exceeded, the system stops printing logs.
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 | 200 |
| Value range | [0, +∞) |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No |
Examples
Set the maximum number of DIAG system logs per error code per second to 200.
obclient> ALTER SYSTEM SET diag_syslog_per_error_limit= 200;