herpaderpaldent / seat-groups

SeAT group management
MIT License
9 stars 9 forks source link

Large Event Log #122

Closed Xtrah closed 4 years ago

Xtrah commented 4 years ago

Event log currently has 4000 pages on my installation. What's the easiest way to clean out old logs, alternatively is there a function in the app to regularly clear logs older than X days?

herpaderpaldent commented 4 years ago

So there is a big fat button clear you can hit to delete the entire log.

image

I would definitively not reimplement the log like this again. With LazyCollections available in Laravel 6 i would do rotating log files. I handle this as won't fix in this issue and i would suggest you asking @warlof and the other's for seat 3.1 and above to not copy the DB-Log function when they include seat-groups into core.