Need to add configuration to vagrant box logrotation settings
Unfortunately in office peers we face that /var partition gets full by logs and blocks to create environments
By default /var lv has 7,5G which should be enough if logs are in INFO mode
But in master they are in debug mode.
Can you setup logrotation to logrotate everyday?
Edit/Change this file /etc/logrotate.d/rsyslog
- Remove delaycompress
- Add
size 100M property to each section
- on second section change weekly to daily
Need to add configuration to vagrant box logrotation settings
Unfortunately in office peers we face that
/varpartition gets full by logs and blocks to create environmentsBy default /var lv has 7,5G which should be enough if logs are in INFO mode
But in master they are in debug mode.
Can you setup logrotation to logrotate everyday?
Edit/Change this file
/etc/logrotate.d/rsyslogsize 100Mproperty to each section