config system : config system setting
 
config system setting
Use this command to configure log database behavior when disk utilization reaches its capacity.
Before you begin:
You must have read-write permission for system settings.
Syntax
config system setting
set statistics-db-full {overwrite | nowrite}
set log-db-full {overwrite | nowrite}
end
statistics-db-full
Specify whether to overwrite stats or stop writing stats when the database disk allocation (10% of total disk space) is full. The default is overwrite the earliest stats.
log-db-full
Specify whether to overwrite logs or stop writing logs when the database disk allocation (40% of total disk space) is full. The default is overwrite the earliest logs.
Example
FortiADC-VM # get system setting
statistics-db-full : overwrite
log-db-full : overwrite
 
FortiADC-VM # config system setting
 
FortiADC-VM (setting) # set statistics-db-full nowrite
 
FortiADC-VM (setting) # end