Note
This parameter is introduced since 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 | INT |
| Default value | 0, which indicates that no log files will be deleted. |
| Value range | [0, +∞) |
| Modifiable | Yes. It can be modified using the ALTER SYSTEM SET statement. |
| Effective upon OBServer node restart | No |
Examples
obclient> ALTER SYSTEM SET max_syslog_file_count=20;