- Added cron task to cleanup log files older than 7 days to run weekly. - Updated supervisor log rotation config to store only 2 backups for all processes.
2 lines
150 B
Plaintext
2 lines
150 B
Plaintext
0 0 * * SUN root find /appsmith-stacks/logs/backend /appsmith-stacks/logs/rts/ /appsmith-stacks/logs/editor/ -name "*.log*" -type f -mtime +7 -delete
|