[Feature]: Compress Logs During Rotation #38520
Labels
DevOps Pod
Issues related to devops
Enhancement
New feature or request
Supervisor
Issues related to supervisor
Is there an existing issue for this?
Summary
Log files are currently not compressed during rotation, resulting in higher disk space usage. Implementing compression (e.g., gzip) for rotated logs would significantly reduce storage requirements while maintaining accessibility of historical log data.
Why should this be worked on?
Running Appsmith on a resource-constrained 30GB AWS drive requires careful storage management. Recently discovered uncompressed rotated supervisord logs consuming over 500MB (10 files at 51MB each), highlighting the need for log compression to prevent storage issues and maintain system stability.
The text was updated successfully, but these errors were encountered: