spatie / activitylog

A very simple activity logger to monitor the users of your website or application
https://spatie.be/opensource/laravel
MIT License
582 stars 75 forks source link

Log lifetime #40

Closed kentsigurdsen closed 8 years ago

kentsigurdsen commented 8 years ago

Is it possible to configure the plugin so that logs never get deleted? Is there a config for that?

freekmurze commented 8 years ago

The package will never delete any log entries automatically. If you want to keep all log entries, simply don't ever call Activity::cleanLog();