Sinatra-Tailer: a small app for viewing server log files
keep an eye on on our servers… log files. Oh, and I was looking for good excuse to play around with Sinatra. So, “with a one, and-a-two, and-a-three…” we have Sinatra-Tailer.
You can read all about it on the github page, but in short it simply performs a tail and displays the last X lines of the log file.
view sourceprint?
1.tail -n /path/to/my/log/file.log
Advertisement


March 23, 2009

No comments yet... Be the first to leave a reply!