filog icon indicating copy to clipboard operation
filog copied to clipboard

Add correlation/session ID support

Open fgm opened this issue 9 years ago • 0 comments

In a distributed environment, which is quite frequent in Meteor apps, it is difficult to track the full path of a request.

  • Having correlation IDs (aka "tags") allows tracking the flow of a single request across multiple loggers
  • Having session IDs (not necessarily identical to login sessions) allows relating multiple requests to a user context

fgm avatar Jan 06 '17 09:01 fgm