Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add correlation/session ID support #29

Open
fgm opened this issue Jan 6, 2017 · 0 comments
Open

Add correlation/session ID support #29

fgm opened this issue Jan 6, 2017 · 0 comments

Comments

@fgm
Copy link
Owner

fgm commented Jan 6, 2017

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 fgm added the enhancement label Jan 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant