You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered: