Recently, I had to add correlation IDs to the logs of one of our micro-services, which is built with NestJS. My first instinct was to manually add correlation ID to each message before passing it to the logger, but then, I reminded myself that I code...