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

Structured Logging for Django

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

Bumps [redis](https://github.com/redis/redis-py) from 6.1.0 to 6.2.0. Release notes Sourced from redis's releases. 6.2.0 Changes 🚀 New Features Add dynamic_startup_nodes parameter to async RedisCluster (#3646) Support RESP3 with hiredis-py parser (#3648)...

dependencies
python

Bumps [mypy](https://github.com/python/mypy) from 1.15.0 to 1.16.0. Changelog Sourced from mypy's changelog. Mypy Release Notes Next Release Mypy 1.16 We’ve just uploaded mypy 1.16 to the Python Package Index (PyPI). Mypy...

dependencies
python

I am trying to handle the request_id and correlation_id on the logs to use them in other parts of the application. If a user does not provide them in the...

Hello hope you are doing well, I am doing some overhaulling to logging system in my application and I have noticed that I am getting duplicate logs from the RequestMiddleware...

Bumps [celery](https://github.com/celery/celery) from 5.5.3 to 5.6.0. Release notes Sourced from celery's releases. v5.6.0 Celery v5.6.0 is now available. Key Highlights See What's new in Celery 5.6 for a complete overview...

dependencies
python