mongodb-labs / edda

A log visualizer for MongoDB - This Repository is NOT a supported MongoDB product
232 stars 28 forks source link

Ability to read gzipped files #54

Closed kchodorow closed 12 years ago

kchodorow commented 12 years ago

We get a lot of compressed logs. Looks like it'd be pretty easy to implement, too: http://docs.python.org/library/gzip.html

kaushal commented 12 years ago

I could try my hand at this tomorrow.

On Thu, Jul 12, 2012 at 5:43 PM, Kristina < reply@reply.github.com

wrote:

We get a lot of compressed logs. Looks like it'd be pretty easy to implement, too: http://docs.python.org/library/gzip.html


Reply to this email directly or view it on GitHub: https://github.com/kchodorow/logl/issues/54

kchodorow commented 12 years ago

Please work on stuff for the .1 release instead. This is something for post-.1.

kaushal commented 12 years ago

This now works with .gz, and .tgz files. If you would like to add another kind of archive file, you just need to add to line 149 in run_edda.py.