dabapps / django-log-request-id

Django middleware and log filter to attach a unique ID to every log message generated as part of a request
BSD 2-Clause "Simplified" License
371 stars 64 forks source link

Unset request ID at end of process_response #11

Closed maxsmythe closed 8 years ago

maxsmythe commented 8 years ago

This will prevent the request ID from bleeding into any logging that might happen on the next request.

j4mie commented 8 years ago

Sorry for the delay on this! Look like a nice addition, thanks! 👍