self-hosted
self-hosted copied to clipboard
How to check if sentry-cleanup is working (logs?)?
Self-Hosted Version
23.12.0
CPU Architecture
x86_64
Docker Version
26.0.2
Docker Compose Version
2.26.1
Steps to Reproduce
- docker compose ps
- docker compose logs sentry-cleanup
Expected Result
I would like to see some output of the cleanup task
Actual Result
- docker compose ps
NAME IMAGE COMMAND SERVICE CREATED STATUS PORTS sentry-self-hosted-sentry-cleanup-1 sentry-cleanup-self-hosted-local "/entrypoint.sh '0 0…" sentry-cleanup 9 hours ago Up About an hour 9000/tcp - docker compose logs sentry-cleanup
sentry-cleanup-1 | Updating certificates in /etc/ssl/certs... sentry-cleanup-1 | 0 added, 0 removed; done. sentry-cleanup-1 | Running hooks in /etc/ca-certificates/update.d... sentry-cleanup-1 | done. sentry-cleanup-1 | SHELL=/bin/bash sentry-cleanup-1 | BASH_ENV=/container.env sentry-cleanup-1 | 0 0 * * * gosu sentry sentry cleanup --days 30 > /proc/1/fd/1 2>/proc/1/fd/2 sentry-cleanup-1 | Updating certificates in /etc/ssl/certs... sentry-cleanup-1 | 0 added, 0 removed; done. sentry-cleanup-1 | Running hooks in /etc/ca-certificates/update.d... sentry-cleanup-1 | done. sentry-cleanup-1 | SHELL=/bin/bash sentry-cleanup-1 | BASH_ENV=/container.env sentry-cleanup-1 | 0 0 * * * gosu sentry sentry cleanup --days 30 > /proc/1/fd/1 2>/proc/1/fd/2
Event ID
No response