Thoughts on Apache log file sizes?
- by Nathan Long
Do you place any limits on the size of Apache log files - access.log and error.log?
Specifically, can you give:
Reasons to limit log file sizes
Disk space
Any other?
Reasons NOT to limit log file sizes
Research into performance issues or security breaches
Any other?
Methods of doing so
Cron job that periodically deletes the file, or the…