Skip to content

Commit

Permalink
docs: update info about production debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 23, 2024
1 parent 054a85c commit 3fbd840
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/dev/Production.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,9 @@ docker compose -f docker-compose.$GIT_BRANCH.yml up -d
docker logs fmtm-main-api-4
```

> Note there are four replica containers running, and any one of them
> could have handled the request. You should check them all.

They often provide useful traceback information, including timestamps.

- View error reports on Sentry: <https://humanitarian-openstreetmap-tea.sentry.io>
Expand Down

0 comments on commit 3fbd840

Please sign in to comment.