Hacker News new | ask | show | jobs
Show HN: cx_log gem to create one log per request (github.com)
1 points by ankitgupta2801 721 days ago
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

1 comments

How easy is it to integrate this with Sinatra?