service/donate: add logging details authored by Jérôme Charaoui's avatar Jérôme Charaoui
...@@ -593,10 +593,17 @@ The logs may be accessed using the `podman logs <container>` command, as the ...@@ -593,10 +593,17 @@ 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` user running the container. For the review apps, that user is `gitlab-runner`
while for production, the user is `tordonate`. while for production, the user is `tordonate`.
Example commands on production: Example command for staging:
sudo -u gitlab-runner -- sh -c "cd ~; podman logs --timestamps donate-neo_staging"
Example command on production:
sudo -u tordonate -- sh -c "cd ~; podman logs --timestamps donate" sudo -u tordonate -- sh -c "cd ~; podman logs --timestamps donate"
On production, the logs are also available in the systemd journal, in the user's
context.
## Backups ## Backups
This service has no special backup needs. In particular, all of the This service has no special backup needs. In particular, all of the
... ...
......