balance-io / balance-open

Balance Open: A GPL3-licensed macOS menu bar app for all the world’s currencies.
https://balance.io
GNU General Public License v3.0
289 stars 41 forks source link

Old log files should be purged when logs reach a certain size #538 #542

Closed einsteinx2 closed 6 years ago

einsteinx2 commented 6 years ago

Is this pull request adding a feature or fixing a bug?
bug

Does this pull request close an issue? If so, which one? Old log files should be purged when logs reach a certain size #538

What does this pull request do? What does it change? Keeps total log file size under ~3.5MB so that it zips to a max of ~500KB. Also no longer using a limit check on the logs zip when sending feedback as log purging will always keep it under that size, and if it’s over that size it means they had a reeeeeeeeeeeeeeally long session and we want that log anyway.