AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Django Log Request ID
Django log request ID allows you to attach a UUID to the record at the level of the request. It can be very difficult to tell with lots of interleaved log messages from different threads or different processes how they join up with each other. So what Django log request ID does is it sticks a Uuid in all of the log messages that have come out from a single request so that you can then search your logs for that UIDs. There's also an article of Tom's on there for music about wrapping your Django logic in a, you know, manager methods and whatnot.