We register a lot in our grails application, but we need a mechanism to link all of these messages to the processed request / response. It is easy enough to create a UUID request, but now I would like this identifier to be added to each log message generated in the context of the request, without transmitting this identifier in each log message. Has anyone implemented such a system so that you can bind all your logical operators together?
source share