Workspace
/
Activity log
Activity log
Deploys, configuration changes and resource creation are recorded with the person who did them. When something is different from yesterday, this is the fastest way to find out why.
2 min read
What is recorded
Activity lists workspace events in order, newest first, each with who did it, what they did, which resource it affected, and when.

Recorded events include deploys, service creation and deletion, configuration and variable changes, and team membership changes.
Using it
The log answers the questions that come up during an incident faster than asking around:
- "When did this start failing?" Find the last deploy before the first report.
- "Did anyone change configuration?" A variable edit restarts a service, which can look like a spontaneous outage.
- "Who removed this?" Deletions are recorded with the person who made them.
Check activity before you start debugging code. A surprising share of "the app broke on its own" turns out to be a change someone made and did not mention.
Retention and members
Events stay in the log after the resource they refer to is gone, so a deleted service still has a history.
Removing a team member revokes their access but does not remove their past activity. See Team & roles.