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. ...@@ -574,8 +574,13 @@ the [Testing the donation site](#testing-the-donation-site) section.
## Logs ## Logs
The logs may be accessed using the `podman logs <container>` command, The logs may be accessed using the `podman logs <container>` command, as the
as the `gitlab-runner` user for review apps. 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 ## Backups
... ...
......