← 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

  1. Check config: cat /etc/logrotate.d/*
  2. Test: sudo logrotate -d /etc/logrotate.conf
  3. Force: sudo logrotate -f /etc/logrotate.conf