From 3fbd840b0a322cdfcc9771d5f30971c650c29e47 Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 23 Sep 2024 20:47:52 +0100 Subject: [PATCH] docs: update info about production debugging --- docs/dev/Production.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/dev/Production.md b/docs/dev/Production.md index 1e9c0deab..655c09a0b 100644 --- a/docs/dev/Production.md +++ b/docs/dev/Production.md @@ -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: