name: log_disk_utilization_threshold
data_type: INT
value: 80
info: log disk utilization threshold before reuse log files, should be smaller than log_disk_utilization_limit_threshold. Range: [10, 100)
name: log_disk_utilization_limit_threshold
data_type: INT
value: 95
info: maximum of log disk usage percentage before stop submitting or receiving logs, should be bigger than log_disk_utilization_threshold. Range: [80, 100]
name: log_disk_throttling_maximum_duration
data_type: TIME
value: 2h
info: maximum duration of log disk throttling, that is the time remaining until the log disk space is exhausted after log disk throttling triggered.
name: log_disk_throttling_percentage
data_type: INT
value: 60
info: the threshold of the size of the log disk when writing_limit will be triggered. Rang:[40,100]. setting 100 means turn off writing limit