System logging causing disk full
4.5
Log files are growing uncontrollably, consuming all available disk space.
Symptoms
- Low disk space warning
- Gigabyte-sized .log or .evtx files
- System slowdown
Possible Causes
- Infinite error loop
- Debug logging enabled
- Failed log rotation
Step-by-Step Fix
1
Disable Debug Logging
Check app settings and registry for "EnableDebugLog" and set it to 0.
2
Set Max Log Size
In Event Viewer, right-click a log > Properties > Set "Maximum log size" and "Overwrite events as needed".
3
Clear Logs
Use "wevtutil cl [LogName]" in CMD to clear the bloated logs instantly.
When to See a Technician
A "Disk Full" condition caused by logs can prevent the system from booting.
Rate this Fix
0 / 5(0 ratings)
Comments (0)
No comments yet. Be the first to share!