Skip to content

This is rails log display utility that display only dynamic request excluding asset lines in logs

License

Notifications You must be signed in to change notification settings

vijayanandnandam/log_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LogViewer

To use this log viewer add gem to your Gem file like

gem 'log_viewer', :git => 'git://github.com/vijay-cybrilla/log_viewer.git'

then run

bundle install

and modfiy your routes.rb file to mount logviewer in your app

Rails.application.routes.draw do
  mount LogViewer::Engine => "/log_viewer"
end

Now the log viewer will be available at path /log_viewer

About

This is rails log display utility that display only dynamic request excluding asset lines in logs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published