International-Aerobatic-Club / iaccdb

IAC Aerobatic Contest Database
iaccdb.iac.org
1 stars 1 forks source link

Implement log file rotation #239

Closed djmolny closed 1 year ago

djmolny commented 1 year ago

The file log/production.log currently grows without limit. To avoid exhausting available disk space and to make the log file size more manageable, configure the logrotate daemon to archive the log file once every 24 hours and delete log files after 30 days.

See: https://gorails.com/guides/rotating-rails-production-logs-with-logrotate

djmolny commented 1 year ago

Added file /etc/logrotate.d/iaccdb