Skip to content

xdotcommer/tail_log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About TailLog
=====================
TailLog is a Rails plugin that allows you to monitor log files without logging into the server, 
just by accessing the tail_log controller in your app.  

Installing TailLog
=====================
  cd vendor/plugins
  git clone git://github.com/xdotcommer/tail_log.git
  cd tail_log
  rm -rf .git

Login & Password
=====================
The login and password requested may be set in environment.rb or initializers:

  TailLog.login    = "username"
  TailLog.password = "password"

Accessing TailLog
=====================
Just point your web browser to:

  http://www.yourwebsite.com/tail_log

Copyright (c) 2008 Michael Cowden, released under the MIT license

About

Rails plugin for monitoring your logfiles within your rails app (via the web)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published