django-structlog icon indicating copy to clipboard operation
django-structlog copied to clipboard

Structured Logging for Django

Results 5 django-structlog issues
Sort by recently updated
recently updated
newest added

This test matrix proposal is based on https://endoflife.date/django

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...