Now that we have structured logging (#523) , we can benefit from MDC (Mapped Diagnostic Context) to add context relevant to the logs.
I was thinking at least adding the username (for logs that are tied to an http request) but there may be other useful info to add
Now that we have structured logging (#523) , we can benefit from MDC (Mapped Diagnostic Context) to add context relevant to the logs.
I was thinking at least adding the username (for logs that are tied to an http request) but there may be other useful info to add