Logrotate is another application that manages log sizes by archiving them based on periodic schedule. This way, the main log is always small and up-to-date. This section guides you on how to setup and configure logrotate
.
To install logrotate
, simply:
$ apt install logrotate -y
This section covers all configurations related to logrotate
.
That's all for logrotate
.