Live data from Hacker News

Show HN: cx_log gem to create one log per request

github.com

1–2 of 2 posts

Show HN: cx_log gem to create one log per request

#1
Some time ago, I read about emitting single logs that capture the context of a request or a job here(https://stripe.com/blog/canonical-log-lines).

I have used this approach extremely useful at work and in my hobby projects. So, I created a Ruby gem to create single logs instead of multiple logs

Show HN: cx_log gem to create one log per request
github.com