clog_expire_days

2023-10-24 09:23:03  Updated

clog_expire_days specifies the retention period of clog files. When the retention period of a clog file expires, it will be deleted.

Attribute Description
Type Time
Default value 3, in days
Value range [1, 365]
Effective upon restart of OBServer node No

This parameter is used with the clog_disk_utilization_threshold parameter but has a lower priority. If the clog disk usage exceeds 80% but the interval between the time when a clog file was last updated and the current time is less than the value of clog_expire_days, the clog file will still be deleted.

Contact Us