epimorphics / json-rails-logger

A custom rails logger that outputs JSON instead of raw text
MIT License
1 stars 1 forks source link

Add support for logging the request ID #3

Closed ijdickinson closed 3 years ago

ijdickinson commented 3 years ago

To fit in with the other tools we're expecting to use to analyse incidents in the systems we're supporting, can you please add the option to record the X-Request-ID header value as part of the log output, in a context where that value is available.

bogdanadrianmarc commented 3 years ago

This is done and in release 0.2.0 👍