service/donate: improve logs docs authored by Jérôme Charaoui's avatar Jérôme Charaoui
......@@ -574,8 +574,13 @@ the [Testing the donation site](#testing-the-donation-site) section.
## Logs
The logs may be accessed using the `podman logs <container>` command,
as the `gitlab-runner` user for review apps.
The logs may be accessed using the `podman logs <container>` command, as the
user running the container. For the review apps, that user is `gitlab-runner`
while for production, the user is `tordonate`.
Example commands on production:
sudo -u tordonate -- sh -c "cd ~; podman logs --timestamps donate"
## Backups
......
......