ncbo / ncbo_cron

Jobs that run on a regular basis in the NCBO infrastructure
Other
2 stars 6 forks source link

logs need to be rotated #33

Open alexskr opened 4 years ago

alexskr commented 4 years ago

ncbo_cron logs such as scheduler.log and scheduler-pull.log are not rotating so there is a remote potential to fill up disk space.
Logs should be rotated and old logs should be compressed by the app on regular intervals or if they reach a specific size.

Alternatively, we could rotate those logs with system tools if implementing in in the app is not trivial.