mongodb-labs / edda

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

Add progress bar for log parsing #78

Closed kchodorow closed 12 years ago

kchodorow commented 12 years ago

For long log message, it's difficult to see how far logl's gotten and it just looks like it's frozen.

kchodorow commented 12 years ago

http://stackoverflow.com/questions/3160699/python-progress-bar

kaushal commented 12 years ago

I have written this two ways, one that takes all of the log files and tries to have one status bar for all of log files that the user supplies, and one that lists each file separately. I like the second version. http://i.imgur.com/rWnhQ.png - (the version that I like better)