Skip to content

Commit

Permalink
ROX-17443: add hint to find stored logs (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen authored Sep 6, 2023
1 parent 0ddda78 commit 2a6c61d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,3 +161,12 @@ Download a copy of `infractl` and export your token. Verify API connectivity:
| --- | --- |
| Staging | `infractl -e dev.infra.rox.systems:443 whoami` |
| Production | `infractl whoami` |

## Logging

The infra server logs are captured automatically by GCP.

- [Logs Explorer: Staging](https://cloudlogging.app.goo.gl/uSmEsjAmYR8Uyvyx9)
- [Logs Explorer: Production](https://cloudlogging.app.goo.gl/KqgSyE2mSq83M5Xs9)

Adding `jsonPayload."log-type"="audit"` to the query will filter for audit logs.

0 comments on commit 2a6c61d

Please sign in to comment.