Project

tropo_tail

0.0
No commit activity in last 3 years
No release in over 3 years
Currently the only way to access Tropo logs is to download a text file from the Tropo FTP site. This requires constant redownloads of files that can grow to very large sizes. Tropo tail allows you to live tail your logs with log rollovers when Tropo creates a new log file, for a better development experience.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.11
~> 10.0
>= 0

Runtime

~> 1.9.2
 Project Readme

Tropo Log Tailing

Tail your logs for Tropo applications

Simply type your Tropo username, followed by your Tropo password when prompted.

Use the --truncate option for shorter logs during development.

Currently, this program requires an active Tropo app, or you will receive a message saying "No new logs", indicating you have no active logs to trail.

Installation Instructions:

gem install tropo_tail

You can then run the program by typing:

tropo_tail

or

tropo_tail --truncate
for shorter logs.