Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions sites/platform/src/increase-observability/logs/access-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 9 additions & 0 deletions sites/upsun/src/increase-observability/logs/access-logs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading