5
7 Comments

What do you guys use for app logging?

I know the usual datadog, papertrail(using it right now but became crazy expensive), etc but I'm looking more at something like Timber.io, which is more language specific and share more data in a structured way(for Ruby On Rails in my case).

I tried Timber.io but they don't respond to support and couldn't make their gem work as I wanted. Any alternatives?

  1. 2

    Check out honeycomb.io if you are interested in a combined logging and performance analysis / debugging tool.

  2. 2

    I use papertrail in my day job, and in my side projects. Easy to integrate, cheap, and to the point

  3. 1

    I use Papertrail. As mentioned, it easy, cheap and does most things. However, it does not do parsing of logs. So if you have something like response times or HTTP status codes, Papertrial does not have a feature to average the response times over period X, or to count the amount of 40x and 50x response codes. This is a bit annoying, but if you have no use case for that, then Papertrail is pretty nice.

  4. 1

    For back end monitoring and troubleshooting, knowing my way around /var/log is still pretty viable for me. Used New Relic for years (free and paid) as well as datadog but as you mentioned, things can get crazy expensive quick. I second the sentiment about DIY solutions if you're cost conscious. May also want to check out https://senty.io if you're looking for front end monitoring.

  5. 1

    I've been super happy with https://logentries.com/ at work on all Rails projects. They have an official Ruby Gem and have their own query language similar to sql that makes it really easy to query for any messages

  6. 1

    Have you considered DIY alternatives? Don't be afraid of Kibana, it helps us a lot.

    1. 1

      As a startup I would not "roll your own" unless you have very specific use cases. Many people underestimate the effort to manage a Kibana cluster. Once your logs grow, I wish you good luck with scaling and managing an Elasticsearch cluster.

  7. 1

    This comment was deleted 5 years ago.

  8. 1

    This comment was deleted a year ago.

Trending on Indie Hackers
How I grew a side project to 100k Unique Visitors in 7 days with 0 audience 49 comments Competing with Product Hunt: a month later 33 comments Why do you hate marketing? 29 comments My Top 20 Free Tools That I Use Everyday as an Indie Hacker 16 comments $15k revenues in <4 months as a solopreneur 14 comments Use Your Product 13 comments