Note
This parameter was introduced in OceanBase Database V1.4.
Description
max_syslog_file_count specifies the maximum number of log files that can be retained.
Note
Each log file can occupy at most 256 MB of disk space.
Attributes
| Attribute | Description |
|---|---|
| Type | Integer |
| Default value | 0, which indicates that no log files will be deleted. |
| Value range | [0, +∞) |
| Modifiable | Yes. You can use the ALTER SYSTEM SET statement to modify the parameter. |
| Effective upon OBServer node restart | No |
Example
obclient > ALTER SYSTEM SET max_syslog_file_count=20;