Closed florent-n closed 2 years ago
To avoid to fill the hard disk, a logrotate have to be configure
sudo nano /etc/logrotate.d/remotelabz-worker /opt/remotelabz-worker/var/log/*.log { daily missingok rotate 52 size 100M compress notifempty create 664 remotelabz-worker www-data su remotelabz-worker www-data }
To avoid to fill the hard disk, a logrotate have to be configure