Actions
Bug #19017
closedUse request id instead of session id of tagged logging
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
#15863 introduced tagged logging. In the review discussion, it was suggested to use session id
if available. Although it seemed as a good idea at the beginning, it has several disadvanteges:
- it treats UI and API requests differently
- it makes it impossible to differentiate requests made from the session at the same time (notifications
is one example, but in general, we should not assume the user is performing on request at a time) - the usability of this as correlation id is questionable, especially with asynchronous actions in place
Actions