Currently it is not possible to use the Enricher to log context specific information that is added from other middlewares like for example the user ID.
Could calling the Enricher be moved to after the next() call to be able to log such information?
For example I have a middleware that loads sets the UserID in the context and wanted to add this information to the request logs.
Currently it is not possible to use the Enricher to log context specific information that is added from other middlewares like for example the user ID.
Could calling the Enricher be moved to after the next() call to be able to log such information?
For example I have a middleware that loads sets the UserID in the context and wanted to add this information to the request logs.