From a8ede9f795d99c04ccfafb6551ef95698963e27e Mon Sep 17 00:00:00 2001 From: Artur Trzop Date: Mon, 2 Dec 2024 16:46:43 +0100 Subject: [PATCH] update(blog post): remove Logentries from the blog post. Logentries is removed from Heroku marketplace --- ...25-best-heroku-add-ons-for-ruby-on-rails-project.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/_posts/2021-02-25-best-heroku-add-ons-for-ruby-on-rails-project.md b/_posts/2021-02-25-best-heroku-add-ons-for-ruby-on-rails-project.md index 8f46cb47..745aa8fc 100644 --- a/_posts/2021-02-25-best-heroku-add-ons-for-ruby-on-rails-project.md +++ b/_posts/2021-02-25-best-heroku-add-ons-for-ruby-on-rails-project.md @@ -74,16 +74,6 @@ Rollbar.configure do |config| end {% endhighlight %} -### Logentries - -[Logentries](https://elements.heroku.com/addons/logentries) - collects your logs from Heroku standard output so that you can browse them later on. If you need to find info about an issue that happened a few days ago in your logs then Logentries might be helpful. - -Of course, you could use [Heroku Command Line Interface](https://devcenter.heroku.com/articles/heroku-cli) and run `heroku logs -n 10000 --app my-heroku-app` command in terminal to browse logs for the last 10,000 lines but this method has limitations. You can't go that much in past logs or easily filter logs as in Logentries. - -Logentries has a 5 GB and 7 days retention period in a free plan. This is enough for small Rails apps. - -A nice feature I like in Logentries is an option to save the query and later on quickly browse logs by it. You can also display charts based on logs. Maybe you want to see how often a particular worker in Sidekiq has been called? You could visualize it. - ### Redis Cloud If you use Redis in your Ruby on Rails app then [Redis Cloud](https://elements.heroku.com/addons/rediscloud) is your add-on. It has a free plan and paid plans are more affordable than other add-ons have.