snok / django-guid

Inject an ID into every log message from a Django request. ASGI compatible, integrates with Sentry, and works with Celery

Home Page:https://django-guid.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make correlation-header a django setting

JonasKs opened this issue · comments

At the moment the Correlation-ID header is hardcoded. Should be a django setting.

Started on this: d959040