Closed AkmalFairuz closed 8 months ago
Also suggested in old repo: https://github.com/PocketMine/PocketMine-MP/pull/3146
I don't think a daily log suits. In many cases it would just fill the disk with tiny archives. The solution I was considering is to archive it when it reaches a certain size.
Edit: this was the original issue. https://github.com/PocketMine/PocketMine-MP/issues/3079#issue-82365382
I don't think a daily log suits. In many cases it would just fill the disk with tiny archives. The solution I was considering is to archive it when it reaches a certain size.
Yes, that's a better idea
Implemented by #4032, minus the compression step. (Due to performance considerations, I figured it made more sense to let the user configure external tools like cron to delete or compress the files as they see fit.)
Description
Justification
Easy find error and lower disk usage.
Alternative methods