Logs
Mountable Rails Engine for viewing paginated logs from a browser
Installation
Add this line to your application's Gemfile:
gem 'logs'And then execute:
$ bundleMount Engine:
config/routes.rb
Rails.application.routes.draw do
mount Logs::Engine => '/logs'
endLook up on /logs route.
License
The gem is available as open source under the terms of the MIT License.
