Implement Grouping of Client Logs
dvonthenen opened this issue · 0 comments
dvonthenen commented
Proposed changes
We want to be able to know which log trace statements correspond to a given request_id
. Since we don't get the request_id
until the end, create a unique id so that we can correlate that unique id to the request_id
later.