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

Not all contextual data was logged when invoking handlers #217

Closed
rhinof opened this issue Oct 20, 2019 · 0 comments
Closed

Not all contextual data was logged when invoking handlers #217

rhinof opened this issue Oct 20, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@rhinof
Copy link
Contributor

rhinof commented Oct 20, 2019

When invoking handlers the following contextual data should be added to each log entry

  • _service: the service name
  • correlation_id: the correlation id set for the message
  • exchange: the exchange the message was published to
  • handler_name: the name of the handler being invoked
  • idempotency_key: the idempotency key set for the message
  • message_id: the id of the processed message
  • message_name: the type of the message that is being processed
  • routing_key: the routing_key of the message
  • saga_id: the id of the saga instance being invoked
  • saga_def: the type of the saga that is being invoked
  • worker: the worker identifier that is processing the message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant