Changes
Page history
service/donate: improve logs docs
authored
Sep 03, 2024
by
Jérôme Charaoui
Show whitespace changes
Inline
Side-by-side
service/donate.md
View page @
ad616fb7
...
...
@@ -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
...
...
...
...