Is your feature request related to a problem? Please describe.
Currently the debug logs of bosh tasks are cleaned up by ScheduledTasksCleanup module. We can configure the crontab schedule and max_tasks for the job. But the max_tasks is dependent on the platform size and hard to determine.
Describe the solution you'd like
During administration we think that it makes more sense that we have another config parameter retention_period for the job. The scheduled job will always delete the debug logs if the task is out dated.
Is your feature request related to a problem? Please describe.
Currently the debug logs of bosh tasks are cleaned up by ScheduledTasksCleanup module. We can configure the
crontab scheduleandmax_tasksfor the job. But themax_tasksis dependent on the platform size and hard to determine.Describe the solution you'd like
During administration we think that it makes more sense that we have another config parameter
retention_periodfor the job. The scheduled job will always delete the debug logs if the task is out dated.