bosh icon indicating copy to clipboard operation
bosh copied to clipboard

Retention period of task logs

Open Malsourie opened this issue 2 years ago • 2 comments

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.

Malsourie avatar Mar 28 '24 13:03 Malsourie

Currently plan is to implement that at the end of April or beginning of May.

mvach avatar Apr 11 '24 06:04 mvach

Feature PR: https://github.com/cloudfoundry/bosh/pull/2520 Docs PR: https://github.com/cloudfoundry/docs-bosh/pull/835

Malsourie avatar May 13 '24 12:05 Malsourie