ryandotsmith / log-shuttle

New Repository: https://github.com/heroku/log-shuttle
https://github.com/heroku/log-shuttle
22 stars 6 forks source link

Log-shuttle's logs. #6

Open ryandotsmith opened 12 years ago

ryandotsmith commented 12 years ago

Currently, log-shuttle prints stats each second of operation on STDOUT.

reads=90 drops=0 lines=0 batches=0
reads=45 drops=0 lines=0 batches=0

In addition to keeping counts on current operations, we will want to inject drops into the stream going to logplex. E.g. If we are dropping customer logs we should tell them via their logs.

ryandotsmith commented 12 years ago

Also, the reporting is chatty. Perhaps we can not report if all of the values are 0.

ryandotsmith commented 12 years ago

Verbosity level.