Skip to content

Commit a8ede9f

Browse files
committed
update(blog post): remove Logentries from the blog post. Logentries is removed from Heroku marketplace
1 parent 93a8161 commit a8ede9f

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

_posts/2021-02-25-best-heroku-add-ons-for-ruby-on-rails-project.md

-10
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,6 @@ Rollbar.configure do |config|
7474
end
7575
{% endhighlight %}
7676

77-
### Logentries
78-
79-
[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.
80-
81-
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.
82-
83-
Logentries has a 5 GB and 7 days retention period in a free plan. This is enough for small Rails apps.
84-
85-
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.
86-
8777
### Redis Cloud
8878

8979
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.

0 commit comments

Comments
 (0)