I just noticed that on our production server the ~/logs/ folder is starting to take up quite a bit of space. It looks like it logs every time there is a _beforeSave
or _afterSave
trigger - of which we have a lot.
Does Parse automatically delete logs after some time or do I have to manage log retention manually?
Any thoughts on best practice for this?