team-phoenix / Phoenix

A multi-system emulator and library manager designed to be both powerful and easy to use.
http://phoenix.vg
GNU General Public License v2.0
377 stars 39 forks source link

Auto-compress logs #294

Closed athairus closed 8 years ago

athairus commented 8 years ago

I could see the log folder becoming fairly large after a long time. We don't really print anything per-frame that would really make it grow quickly though.

Since we already have quazip, let's just use that.

Druage commented 8 years ago

Since the log files are already in a "Logs" folder, is it necessary to put them in a zip file, which is just another folder?

athairus commented 8 years ago

They need to be compressed individually, plain-text logs take up a lot of space and are very easily compressible.

Druage commented 8 years ago

oh i see now. I can do this.

Druage commented 8 years ago

Solved.