django-structlog
django-structlog copied to clipboard
Structured Logging for Django
This test matrix proposal is based on https://endoflife.date/django
Closes #545
Currently the `user_id` context variable is set from `pk (primary_key)`, but some organizations are using different field, like UUID or similar to track their "public" identifiers. I would like to...
- [ ] readthedocs needs to support python 3.13 https://github.com/readthedocs/readthedocs.org/issues/11671
Hi dear maintainer We are using `drf_standardized_errors` and this package is handling unhandled exception without propagating them: https://github.com/ghazi-git/drf-standardized-errors/issues/91 I would like to ask if it is possible to add the...