How to trace request logs using correlation id
Some time ago I stumbled across an interesting problem. In a Python web app, I wanted to add a correlation_id to each log produced by the request handler. This would allow me to easily capture all the logs that happen within a request, even if reques...
dddinpython.hashnode.dev5 min read