diff --git a/sites/platform/src/increase-observability/logs/access-logs.md b/sites/platform/src/increase-observability/logs/access-logs.md index 3dda68ce58..ae96e63b5a 100644 --- a/sites/platform/src/increase-observability/logs/access-logs.md +++ b/sites/platform/src/increase-observability/logs/access-logs.md @@ -69,6 +69,15 @@ hovering on the next unselected line gives you the amount of time that passed be ![An activity log with multiple lines selected showing the duration of part of the activity](/images/management-console/activity-lines.png "0.5") +### Activity log retention + +Activity logs are not retained indefinitely. +Most activities are retained for one year, indicated by an `expires_at` field in the activity data. + +Even after activities reach their expiration date, approximately 100 of the most recent expired activities are preserved. +This ensures you can still access recent historical data even after extended periods of inactivity. +Note that cron and backup activities are excluded from this preservation policy. + ## Container logs Events that occur within an app container are logged within that container. diff --git a/sites/upsun/src/increase-observability/logs/access-logs.md b/sites/upsun/src/increase-observability/logs/access-logs.md index 1c21310f3f..c6f13941de 100644 --- a/sites/upsun/src/increase-observability/logs/access-logs.md +++ b/sites/upsun/src/increase-observability/logs/access-logs.md @@ -69,6 +69,15 @@ hovering on the next unselected line gives you the amount of time that passed be ![An activity log with multiple lines selected showing the duration of part of the activity](/images/management-console/activity-lines.png "0.5") +### Activity log retention + +Activity logs are not retained indefinitely. +Most activities are retained for one year, indicated by an `expires_at` field in the activity data. + +Even after activities reach their expiration date, approximately 100 of the most recent expired activities are preserved. +This ensures you can still access recent historical data even after extended periods of inactivity. +Note that cron and backup activities are excluded from this preservation policy. + ## Container logs Events that occur within an app container are logged within that container.