PromucFlow_constructor/deploy/docker/templates/cron.d/cleanup-logs

2 lines
150 B
Plaintext
Raw Normal View History

0 0 * * SUN root find /appsmith-stacks/logs/backend /appsmith-stacks/logs/rts/ /appsmith-stacks/logs/editor/ -name "*.log*" -type f -mtime +7 -delete