Popularity
1.8
Stable
Activity
0.0
Stable
75
4
6

Monthly Downloads: 773
Programming language: Ruby
License: MIT License

Logs alternatives and similar gems

Based on the "DevOps Tools" category.
Alternatively, view Logs alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Logs or a related project?

Add another 'DevOps Tools' Gem

README

Logs

Gem Version CircleCI Maintainability

Mountable Rails Engine for viewing paginated logs from a browser

Installation

Add this line to your application's Gemfile:

gem 'logs'

And then execute:

$ bundle

Mount Engine:

config/routes.rb

Rails.application.routes.draw do
  mount Logs::Engine => '/logs'
end

Look up on /logs route.

Logs

License

The gem is available as open source under the terms of the MIT License.


*Note that all licence references and agreements mentioned in the Logs README section above are relevant to that project's source code only.