← All Kali Issues
Logrotate
Logs not rotating
S System
Low
🔴 Error Message
Log files growing without rotation
📖 What This Means
Logrotate not configured or running.
🔧 Step-by-Step Fix
- Check config: cat /etc/logrotate.d/*
- Test: sudo logrotate -d /etc/logrotate.conf
- Force: sudo logrotate -f /etc/logrotate.conf