It's here @oliver.drewes_gitlab https://gitlab.com/glitchtip/glitchtip-backend/-/blob/master/glitchtip/settings.py
I use whitenoise for static files and django-storages for media.
Example:
With log4j2, it’s expected that each log template will be grouped together. But not each time different variables values are used.
logger.info("User {} has logged in using id {}", map.get("Name"), user.getId());
In this case there should be 1 issue, regardless of the value of name and id.
We're eventually making some backwards incompatible changes to how we run celery in docker. The goal is to use read only docker containers. If you are use docker compose, please ensure your worker command is ./bin/run-celery-with-beat.sh
instead of celery -A glitchtip worker -B -l INFO
We'll post this on the blog later too.
For any search issue, we index most event data (which itself is stored in a jsonb field). So if it doesn't come up it's either
So you could debug it in that rough order. Make sure the data is in the database at all.