Hi, when setting the filesystem​_enable​_log​_rota...
# fleet
m
Hi, when setting the filesystem​_enable​_log​_rotation variable to True, will Fleet generate a log.1 and log.2 file, or simply truncate the existing log file? As when truncating is used the total amount of log space required is minimal (500MB) but if files are generated with sequence numbers , we still need to manage the log space in a different way
k
Hi, @Marc Roelofs! Great question. Fleet does generate a new file, but caps at a max of three archived files. You can also choose to compress the files when rotating with
filesystem​_enable​_log​_compression
to reduce space.
m
3 files , thats all I needed to know, thanks !